Index: static/css/simple.css |
=================================================================== |
--- a/static/css/simple.css |
+++ b/static/css/simple.css |
@@ -28,17 +28,16 @@ |
font-style: normal; |
} |
body |
{ |
margin: 0px; |
font-family: "Source Sans Pro", sans-serif; |
font-weight: 600; |
- background-image: url(/img/background-dark.png); |
} |
header |
{ |
width: 100%; |
} |
a, |
@@ -81,17 +80,16 @@ |
} |
header::before |
{ |
content: ""; |
display: block; |
border-bottom: solid 1px #d0d0d0; |
height: 92px; |
- background-image: url(/img/background.png); |
} |
#logo |
{ |
display: block; |
position: absolute; |
top: 42px; |
left: 0px; |
@@ -116,17 +114,17 @@ |
.notification |
{ |
margin: 0px; |
text-align: center; |
} |
section.highlighted |
{ |
- background-image: url(/img/background-blue.png); |
+ background-color: #5982B0; |
color: #FFFFFF; |
} |
section.highlighted a |
{ |
color: #FFFFFF; |
} |