Thème blanc

This commit is contained in:
frju365 2021-02-07 19:39:33 +01:00 committed by Alexandre Aubin
parent 855f50d082
commit b5d4cb78c2

View file

@ -150,6 +150,10 @@ body .off-canvas .learn-sidebar .learn-brand #logo path {
} }
body .off-canvas .learn-sidebar .searchbox ::placeholder {
}
body #top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span { body #top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span {
font-size: 0.7rem; font-size: 0.7rem;
} }
@ -161,3 +165,13 @@ body #top-bar a:visited {
body #top-bar a:hover { body #top-bar a:hover {
text-decoration: underline; text-decoration: underline;
} }
body .off-canvas .learn-sidebar .searchbox ::placeholder {
color: rgba(68, 68, 68, 0.8);
}
body .off-canvas .learn-sidebar a:hover {
color: black;
text-decoration: underline black;
}