Switched theme from solarized to selenized

This commit is contained in:
Julien Dessaux 2023-01-22 21:54:23 +01:00
parent 96c038a62d
commit 7d34bfeeca
Signed by: adyxax
GPG key ID: F92E51B86E07177E
9 changed files with 135 additions and 49 deletions

View file

@ -1,5 +1,5 @@
header {
background-color: #002b36;
background-color: #181818;
}
header nav ul {
list-style-type: none;
@ -19,10 +19,10 @@ header nav ul li a {
text-decoration: none;
}
header nav ul li a:hover {
background-color: #073642;
background-color: #252525;
}
.nav-menu-active {
background-color: #073642;
background-color: #252525;
}
.nav-menu-title {
float: left;