From 185bb725ae6a815b8a0dfc6338b48fec5c57452f Mon Sep 17 00:00:00 2001 From: Artyom Date: Sun, 21 Feb 2016 13:07:35 +0300 Subject: [PATCH] Nicer looking links --- static/css.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/static/css.css b/static/css.css index 071118c..5b5c4bf 100644 --- a/static/css.css +++ b/static/css.css @@ -11,12 +11,17 @@ .traits-group { margin: 0px 5px; } -.anchor { - margin-right: 0.5em; - color: gray; } - .textButton { margin-left: 1em; } .textButton::before {content: "[";} .textButton::after {content: "]";} + +a:link {color: #008ACE; text-decoration: none;} +a:visited {color: #B40EB4; text-decoration: none;} +a:hover {text-decoration: underline;} +a:active {text-decoration: underline;} + +a.anchor { + margin-right: 0.5em; + color: gray; }