update css

This commit is contained in:
readme 2020-03-15 20:49:25 +01:00
parent 06dd9fa71e
commit 27e371d2fb

View file

@ -312,14 +312,15 @@ and article prev/next navigation links (.nav.page) */
.subpages .nav.sub { .subpages .nav.sub {
background-color: #111833; background-color: #111833;
/* color: #fff; */ color: #fff;
font-size: 0.85em; font-size: 0.9em;
margin: 0 0 0 0;
padding: 0 0 0 0;
} }
.subpages .nav.sub a {}
.subpages .nav.sub a:hover { .subpages .nav.sub a:hover {
color: #c5c6c7; /* color: #c5c6c7; */
text-decoration: underline;
} }
@media (min-width: 16em) { @media (min-width: 16em) {