From 2d431406239afb6b2defc80e323b875137743f16 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 26 May 2016 00:26:52 +0200 Subject: [PATCH] Make links more visible when hovering. --- css/frs.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/frs.css b/css/frs.css index 939de9f..8803e55 100644 --- a/css/frs.css +++ b/css/frs.css @@ -68,6 +68,13 @@ .mdl-layout a { color: inherit !important; text-decoration: inherit !important; + -webkit-transition: all 1s; + transition: all 1s; +} + +.mdl-layout a:hover { + color: rgb(0, 0, 192) !important; + text-decoration: underline !important; } .mdl-list__item-avatar {