This commit is contained in:
frju365 2021-02-07 21:36:38 +01:00 committed by Alexandre Aubin
parent 7db3d4b076
commit 265bc6ca0d
2 changed files with 7 additions and 3 deletions

View file

@ -30,7 +30,7 @@ languages:
http_accept_language: false
override_locale: false
content_fallback: { }
pages_fallback_only: false
pages_fallback_only: true
home:
alias: /home
hide_in_urls: false

View file

@ -141,8 +141,7 @@ body .off-canvas .learn-sidebar a {
body .off-canvas .learn-sidebar .learn-nav ul li.active > a {
color: black;
border-left: black 2px solid;
background-color: #AAA;
background-color: transparent;
}
body .off-canvas .learn-sidebar .learn-brand #logo path {
@ -174,3 +173,8 @@ body .off-canvas .learn-sidebar a:hover {
color: #bbb;
}
body #header .off-canvas .learn-sidebar a:hover {
color: black;
text-decoration: underline black;
}