From e0b5f4628aa77a29abcb6f5c372a0a1c990f0e3d Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 4 Jul 2016 20:26:06 +0200 Subject: Cleanup css --- style/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style/style.css b/style/style.css index e6df65f..74b075d 100644 --- a/style/style.css +++ b/style/style.css @@ -2,9 +2,7 @@ :root { --text-color: #333; - //--color-red: #983d3a; --color-red: hsl(2, 45%, 41%); - //--color-red: hsl(2, 45%, 45%); --color-red-hover: hsl(2, 45%, 30%); --color-gray-dark: #4c4d51; } @@ -26,7 +24,7 @@ html, body { body { background: #eee; - font-family: 'Roboto', sans-serif; + font-family: Roboto, sans-serif; font-size: 16px; line-height: 1.35; color: var(--text-color); @@ -100,7 +98,7 @@ a { text-decoration: none; } -a:hover,, +a:hover, a:focus { text-decoration: none; color: var(--color-red-hover); -- cgit