summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/screen.css10
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; }