From 32aa03a410522513ec26cf0f930779d90c2a205a Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Tue, 13 Mar 2018 20:01:09 +0000 Subject: [PATCH] Update style --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 43431bf..8bc5d7d 100755 --- a/style.css +++ b/style.css @@ -8,6 +8,15 @@ h1, h2, h3, h4, h5, p { margin: 0; } +a, a:visited { + color: #FF5555; + text-decoration: none; +} + +a:hover { + color: #FF9999; +} + /* Main IDs forthe site */ #site { position: absolute;