mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Contrast with border in sidebar
This commit is contained in:
parent
15cba34352
commit
d1104b4472
1 changed files with 2 additions and 1 deletions
|
@ -183,7 +183,8 @@ body .off-canvas .learn-sidebar .learn-nav ul li a > span > b {
|
|||
}
|
||||
|
||||
body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a {
|
||||
background-color: #2f2f2f52;
|
||||
background-color: #7f7f7f3d;
|
||||
border-left: black 2px solid;
|
||||
}
|
||||
|
||||
body .off-canvas .learn-sidebar .learn-nav .read-icon, body .off-canvas .learn-sidebar .searchbox {
|
||||
|
|
Loading…
Reference in a new issue