summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 17:44:01 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 17:44:01 +0200
commitaeba4c83c6799b4a697b527503a01825e41bfe2d (patch)
tree89e9766bc2cd56c5e8375de454bf81fa9ec7a289 /src/style.css
parenta694139bf2754cfa382ed95ccb4fa4477ec8d1b4 (diff)
downloadwebsite-aeba4c83c6799b4a697b527503a01825e41bfe2d.tar.xz
css: make all regular links the same color and have same hover
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css32
1 files 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;