This commit is contained in:
Ricsi
2016-12-15 23:27:55 +01:00
parent 08627484da
commit d458b996a4
46 changed files with 1138 additions and 386 deletions

20
_css/default_view.css Normal file
View File

@@ -0,0 +1,20 @@
body {
background-color: #002E4C;
}
main {
background-color: #002E4C;
}
ul.topnav {
background-color: #FD9500;
}
ul.topnav li a {
color: #002E4C;
}
ul.topnav li a:hover {
background-color: #f77604;
opacity: 0.6;
}