guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: website: Fix dark text on dark background.


From: Luis Felipe López Acevedo
Subject: 01/01: website: Fix dark text on dark background.
Date: Mon, 18 May 2015 14:46:23 +0000

felipelopez pushed a commit to branch master
in repository guix-artwork.

commit d10babbc33693cb4f453457b2032ea1dc6698aca
Author: Felipe López <address@hidden>
Date:   Mon May 18 09:46:35 2015 -0500

    website: Fix dark text on dark background.
---
 website/static/base/css/header-box.css |    7 +++++++
 website/static/base/css/index.css      |    1 +
 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;
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]