mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Sidebar 1st try
This commit is contained in:
parent
586c64ff76
commit
638f094ddb
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.off-canvas .learn-sidebar:before {
|
||||
background: dimgrey;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.highlightable h5:first-of-type {
|
||||
|
@ -128,3 +128,19 @@ img#whitelogo {
|
|||
.simplebar-content h5:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
#sidebar-id {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body .off-canvas .learn-sidebar a {
|
||||
color: #364149;
|
||||
}
|
||||
|
||||
body .off-canvas .learn-sidebar .learn-nav ul li.active > a {
|
||||
color: black;
|
||||
border-right: black 1px solid;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue