Annnnnd typo

This commit is contained in:
Alexandre Aubin 2021-02-10 19:46:01 +01:00
parent fb4c07eb98
commit 9074ec0b8f
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.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 .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.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 .searchbox {

View file

@ -140,7 +140,7 @@ body.dark-mode {
// 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.parent {
color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.1);
}
// Icons

View file

@ -132,7 +132,7 @@ body.light-mode {
// 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.parent {
color: rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.1);
}
// Icons