[reproducible-website] 01/01: improve contrast & readability

Holger Levsen holger at layer-acht.org
Wed Oct 19 12:10:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository reproducible-website.

commit c911c6310d5accdf3b7708d1e0b64b093f69c9a4
Author: Profpatsch <mail at profpatsch.de>
Date:   Tue Oct 18 19:31:33 2016 +0200

    improve contrast & readability
    
    1. make links a slightly darker blue
    2. increase boldness of menu items
    3. make footer items slighly darker
    4. prefer Raleway default weight from server, since some systems have
       the font from theleagueofmoveabletype.com, which distributes only the
       thin weight (and is the prefered to the real regular weight)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 css/main.css | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/css/main.css b/css/main.css
index 6d54635..e57da36 100644
--- a/css/main.css
+++ b/css/main.css
@@ -64,6 +64,10 @@
   margin-bottom: 1rem;
 }
 
+a {
+    color: #188fb4;
+}
+
 .text p {
   text-align: justify;
 }
@@ -117,6 +121,7 @@
 
 .site-nav a, .home nav a {
   text-decoration: none;
+  font-weight: 700;
 }
 
 .site-nav a:hover, .home nav a:hover {
@@ -353,7 +358,7 @@ aside li a {
 .site-footer p {
   font-size: 15px;
   letter-spacing: -.3px;
-  color: #828282;
+  color: #424242;
   margin-bottom: 0;
 }
 
@@ -385,7 +390,7 @@ aside li a {
   font-family: 'Raleway';
   font-style: normal;
   font-weight: 400;
-  src: local('Raleway'), url(Raleway/Raleway-Regular.ttf) format('truetype');
+  src: url(Raleway/Raleway-Regular.ttf) format('truetype'), local('Raleway');
 }
 @font-face {
   font-family: 'Raleway';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list