1
0
Fork 0
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:
Julien Gomes Dias 2021-02-07 18:51:53 +01:00 committed by Alexandre Aubin
parent 586c64ff76
commit 638f094ddb

View file

@ -1,5 +1,5 @@
.off-canvas .learn-sidebar:before { .off-canvas .learn-sidebar:before {
background: dimgrey; background: none;
} }
.highlightable h5:first-of-type { .highlightable h5:first-of-type {
@ -128,3 +128,19 @@ img#whitelogo {
.simplebar-content h5:first-child { .simplebar-content h5:first-child {
display: none; 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;
}