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; box-shadow: 0px 3px 8px #ccc;
background: #fff; background: #fff;
text-align: center; } text-align: center; }
#banner-slim a, #banner a {
border-bottom: none; }
#banner-slim { #banner-slim {
padding-bottom: 1em; } padding-bottom: 1em; }
@ -152,13 +154,13 @@ h3 {
font-size: 1.2rem; } font-size: 1.2rem; }
a { a {
color: #389; color: #0aa;
text-decoration: none; } text-decoration: none; }
a:visited { a:visited {
color: #167; } color: #808; }
a:hover { a:hover {
color: #000; color: #000;
background: #eeede5; } background: #ffff00; }
strong { strong {
font-weight: bold; } font-weight: bold; }