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;