aboutsummaryrefslogtreecommitdiff
path: root/assets/footer.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/footer.css
parentTypos (diff)
downloadwww-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.tar.gz
www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.tar.bz2
www-7d34bfeeca80ac88005eaa3d5db6c6a99be09d8b.zip
Switched theme from solarized to selenized
Diffstat (limited to 'assets/footer.css')
-rw-r--r--assets/footer.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/footer.css b/assets/footer.css
index dfcbbce..4d0bdc0 100644
--- a/assets/footer.css
+++ b/assets/footer.css
@@ -1,11 +1,11 @@
footer {
- background-color: #002b36;
+ background-color: #181818;
padding: 10px;
}
footer p {
- color: #859900;
+ color: #70b443;
text-align: center;
}
footer a {
- color: #859900;
+ color: #70b443;
}