summaryrefslogtreecommitdiff
path: root/website/static
diff options
context:
space:
mode:
authorFelipe López <felipe.lopez@openmailbox.org>2015-05-18 09:46:35 -0500
committerFelipe López <felipe.lopez@openmailbox.org>2015-05-18 09:46:35 -0500
commitd10babbc33693cb4f453457b2032ea1dc6698aca (patch)
treebd42c8d87174bc6efb5dc99f60c0065e104b72ef /website/static
parent60c27d8220776e8f6123620a39267c4482f96767 (diff)
downloadguix-artwork-d10babbc33693cb4f453457b2032ea1dc6698aca.tar
guix-artwork-d10babbc33693cb4f453457b2032ea1dc6698aca.tar.gz
website: Fix dark text on dark background.
Diffstat (limited to 'website/static')
-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;
}