aboutsummaryrefslogtreecommitdiff
path: root/assets/header.css
diff options
context:
space:
mode:
authorJulien Dessaux2023-01-22 21:54:23 +0100
committerJulien Dessaux2023-01-22 21:58:05 +0100
commit7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b (patch)
tree40c7864e95a88f80f5403b90089acf78068d4755 /assets/header.css
parentTypos (diff)
downloadwww-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.tar.gz
www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.tar.bz2
www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.zip
Switched theme from solarized to selenized
Diffstat (limited to '')
-rw-r--r--assets/header.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/header.css b/assets/header.css
index 9831912..01bb32a 100644
--- a/assets/header.css
+++ b/assets/header.css
@@ -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;