1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-24 10:06:05 +02:00

Update default colours

This commit is contained in:
Elisabeth Henry 2016-10-07 00:24:35 +02:00
parent 7cdeb3b3d6
commit cff9361e3d

View File

@ -14,21 +14,21 @@ nav {
/* Colours for top and footer */
#top {
background-color: #b743fe;
color: black;
background-color: #444343;
color: white;
}
footer {
background-color: #b743fe;
color: black;
background-color: #444343;
color: white;
}
footer a, #top a {
color: #040C62;
color: #fc71ff;
}
footer a:hover, #top a:hover {
color: #00A8F6;
color: #b743fe;
}
/* Additional elements */