diff options
author | rekado <rekado@elephly.net> | 2016-12-19 11:48:34 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-19 12:13:58 +0100 |
commit | b137191734568dd01b5e93b3141e80a6203fccb7 (patch) | |
tree | 248455fdc362f84f9a9dc35daa32d1137305bb22 /static | |
parent | 5819fa0e1c06b6da1e0b75a47dfa7cae600409ab (diff) |
css: Style links.
Diffstat (limited to 'static')
-rw-r--r-- | static/css/screen.css | 10 |
1 files 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; } |