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,11 +1,11 @@
footer {
background-color: #30638e;
background-color: #002b36;
padding: 10px;
}
footer p {
color: lightgray;
color: #859900;
text-align: center;
}
footer a {
color: lightgray;
color: #859900;
}