This commit is contained in:
Yunohost-Bot 2021-02-10 18:46:22 +00:00
commit 9ac476227e
3 changed files with 4 additions and 4 deletions

View file

@ -104,7 +104,7 @@ body.light-mode .off-canvas .learn-sidebar .learn-nav ul.searched .search-match
} }
body.light-mode .off-canvas .learn-sidebar .learn-nav ul.topics > li.active, body.light-mode .off-canvas .learn-sidebar .learn-nav ul.topics > li.active,
body.light-mode .off-canvas .learn-sidebar .learn-nav ul.topics > li.parent { body.light-mode .off-canvas .learn-sidebar .learn-nav ul.topics > li.parent {
color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
} }
body.light-mode .off-canvas .learn-sidebar .learn-nav .read-icon, body.light-mode .off-canvas .learn-sidebar .learn-nav .read-icon,
body.light-mode .off-canvas .learn-sidebar .searchbox { body.light-mode .off-canvas .learn-sidebar .searchbox {
@ -297,7 +297,7 @@ body.dark-mode .off-canvas .learn-sidebar .learn-nav ul.searched .search-match a
} }
body.dark-mode .off-canvas .learn-sidebar .learn-nav ul.topics > li.active, body.dark-mode .off-canvas .learn-sidebar .learn-nav ul.topics > li.active,
body.dark-mode .off-canvas .learn-sidebar .learn-nav ul.topics > li.parent { body.dark-mode .off-canvas .learn-sidebar .learn-nav ul.topics > li.parent {
color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
body.dark-mode .off-canvas .learn-sidebar .learn-nav .read-icon, body.dark-mode .off-canvas .learn-sidebar .learn-nav .read-icon,
body.dark-mode .off-canvas .learn-sidebar .searchbox { body.dark-mode .off-canvas .learn-sidebar .searchbox {

View file

@ -140,7 +140,7 @@ body.dark-mode {
// Background for selected submenu in the navbar // Background for selected submenu in the navbar
.off-canvas .learn-sidebar .learn-nav ul.topics > li.active, .off-canvas .learn-sidebar .learn-nav ul.topics > li.active,
.off-canvas .learn-sidebar .learn-nav ul.topics > li.parent { .off-canvas .learn-sidebar .learn-nav ul.topics > li.parent {
color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
// Icons // Icons

View file

@ -132,7 +132,7 @@ body.light-mode {
// Background for selected submenu in the navbar // Background for selected submenu in the navbar
.off-canvas .learn-sidebar .learn-nav ul.topics > li.active, .off-canvas .learn-sidebar .learn-nav ul.topics > li.active,
.off-canvas .learn-sidebar .learn-nav ul.topics > li.parent { .off-canvas .learn-sidebar .learn-nav ul.topics > li.parent {
color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
} }
// Icons // Icons