From b137191734568dd01b5e93b3141e80a6203fccb7 Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 19 Dec 2016 11:48:34 +0100 Subject: [PATCH] css: Style links. --- static/css/screen.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/static/css/screen.css b/static/css/screen.css index 0072868..d82c8f6 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -47,6 +47,8 @@ body { box-shadow: 0px 3px 8px #ccc; background: #fff; text-align: center; } + #banner-slim a, #banner a { + border-bottom: none; } #banner-slim { padding-bottom: 1em; } @@ -152,13 +154,13 @@ h3 { font-size: 1.2rem; } a { - color: #389; + color: #0aa; text-decoration: none; } a:visited { - color: #167; } + color: #808; } a:hover { - color: #000; - background: #eeede5; } + color: #000; + background: #ffff00; } strong { font-weight: bold; }