Switched to a solarized color scheme

This commit is contained in:
Julien Dessaux 2021-08-16 12:35:32 +02:00
parent 4bbf3e7788
commit 78a6f5505d
8 changed files with 74 additions and 31 deletions

View file

@ -1,5 +1,5 @@
header {
background-color: #30638e;
background-color: #002b36;
}
header nav ul {
list-style-type: none;
@ -14,19 +14,15 @@ header nav ul li {
}
header nav ul li a {
display: block;
color: lightgray;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
header nav ul li a:hover {
color: black;
.nav-menu-active {
background-color: #073642;
}
.nav-menu-title {
float: left;
text-transform: uppercase;
font-weight: 700;
}
.nav-menu-active {
color: white;
}