20161215
This commit is contained in:
20
_css/default_view.css
Normal file
20
_css/default_view.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user