summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/static/base/css/header-box.css7
-rw-r--r--website/static/base/css/index.css1
2 files changed, 8 insertions, 0 deletions
diff --git a/website/static/base/css/header-box.css b/website/static/base/css/header-box.css
index 4bb1c8a..dd1be4e 100644
--- a/website/static/base/css/header-box.css
+++ b/website/static/base/css/header-box.css
@@ -12,6 +12,13 @@
#logo {
border-style: none;
+ color: white;
+ font-weight: bold;
+ line-height: 55px;
+}
+
+#logo:active, #logo:focus, #logo:hover {
+ color: #F4BB15;
}
#site-nav {
diff --git a/website/static/base/css/index.css b/website/static/base/css/index.css
index 942737f..28db440 100644
--- a/website/static/base/css/index.css
+++ b/website/static/base/css/index.css
@@ -122,6 +122,7 @@ h3 {
#screens-box a {
border-style: none;
+ color: white;
display: inline-block;
}