From 8e1ab99e0cc37b29cc534846f846b402a833e806 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 24 Aug 2018 19:15:57 +0200 Subject: Fixed bug in modern browsers (underscore between fabs) --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css index 34c4c15..119b6b2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -10,7 +10,7 @@ /* ############################################################################################ */ -body, * { +* { text-align: center; background-color: #282828; font-family: Comfortaa; @@ -34,6 +34,7 @@ a:visited { a { color: white; + text-decoration: none; transition: .5s; } -- cgit v1.2.3