navigation, navigation theme

This commit is contained in:
2020-01-17 08:14:10 +01:00
parent dc54f5dd70
commit 04c001dba1
5 changed files with 89 additions and 64 deletions

View File

@ -94,6 +94,19 @@ p {
background: #0dd0d0;
}
.navigation-theme {
background: #2d3935;
color: #eae9be;
}
.navigation-theme a {
color: #eae9be;
}
.navigation-theme a:hover {
color: #faf9d6;
}
@media only screen and (min-width: 400px) {
body {
font-size: 18px;