summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 2da531b..e043272 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -8,15 +8,15 @@ body {
}
a {
- color: #3083D6;
+ color: rgba(255, 255, 255, 0.84);
}
/* navbar */
.navbar-default {
- background-color: #3083D6 ;
- border-color: #3083D6 ;
- background: #3083D6 ;
+ background-color: #009587;
+ border-color: #009587;
+ background: #009587;
}
.navbar-default .navbar-brand {
@@ -39,9 +39,9 @@ a {
/* footer */
.footer {
- background-color: #3083D6 ;
- border-color: #3083D6 ;
- background: #3083D6 ;
+ background-color: #009587;
+ border-color: #009587;
+ background: #009587;
color: white ;
position: absolute;
bottom: 0;