css: Style links.

This commit is contained in:
rekado 2016-12-19 11:48:34 +01:00
parent 5819fa0e1c
commit b137191734
1 changed files with 6 additions and 4 deletions

View File

@ -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; }