From ab9709107322bfaeda2d6ff4139e03122fdee0c9 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Fri, 26 Aug 2016 22:26:15 +0200 Subject: [PATCH] Style links. --- site/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/site/style.css b/site/style.css index ba0780c..a73eb66 100644 --- a/site/style.css +++ b/site/style.css @@ -42,7 +42,7 @@ body { margin-left: 0; } -#body nav a, #body nav a:visited { +#body nav a:link, #body nav a:visited, #body nav a:hover { color: #51B7FF; text-decoration: none; } @@ -57,6 +57,16 @@ p { margin-top: 0.5em; } +a:link, a:visited { + color: #5199FF; + text-decoration: none; +} + +a:hover { + color: #51B7FF; + text-decoration: none; +} + #background div { position: fixed; top: 0;