From 279f4492e8a0e377518f8e94afaea8d502a8e143 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Fri, 30 Jul 2021 03:45:21 +0200 Subject: [PATCH] Styles: Change link colors --- public/static/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/public/static/style.css b/public/static/style.css index 993d5da..0c69551 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -54,12 +54,13 @@ nav a { nav a:link, nav a:visited { background-color: #eeeeee; - color: blue; + color: #ff00e6; text-decoration: none; } nav a:hover, nav a:focus { background-color: #ffffff; + color: #0066ff; text-decoration: underline; } @@ -94,6 +95,16 @@ h2 { margin: 0 0 0.5em 0; } +a:link, a:visited { + color: #ff00e6; + text-decoration: none; +} + +a:hover, a:focus { + color: #0066ff; + text-decoration: underline; +} + .error { background: #ff4444; width: 30em;