From aeba4c83c6799b4a697b527503a01825e41bfe2d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Oct 2014 17:44:01 +0200 Subject: css: make all regular links the same color and have same hover --- src/style.css | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/src/style.css b/src/style.css index 0f74dd3..863ae5c 100644 --- a/src/style.css +++ b/src/style.css @@ -22,6 +22,15 @@ body { -moz-hyphens: auto; -webkit-hyphens: auto; } + +a, a:visited { + text-decoration: none; + color: #656590; +} +a:hover { + color: #339; +} + header nav { padding-top: 2.25rem; } @@ -37,11 +46,10 @@ header nav ul li { display: inline; } header nav a, header nav a:visited { - text-decoration: none; color: #444; } header nav a:hover { - color: #111; + color: #000; } header h1 { font-size: 1.6rem; @@ -101,17 +109,6 @@ header h1 { margin: 0; } -#about a, #about a:visited { - position: relative; - text-decoration: none; - font-weight: bold; - color: #669; -} - -#about a:hover { - color: #449; -} - footer { font-size: 16px; display: flex; @@ -121,6 +118,9 @@ footer p { margin: 0; padding: 0; } +footer a { + font-size: 14px; +} footer #foot-left { flex: 1; @@ -137,12 +137,6 @@ footer #contact-info-wrapper p { padding-right: 0.25rem; } -footer a { - text-decoration: none; - font-size: 14px; - color: #447; -} - footer #emblem { flex: 1; flex-basis: 40px; -- cgit v1.2.3-54-g00ecf