diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 20:26:06 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 20:26:18 +0200 |
commit | e0b5f4628aa77a29abcb6f5c372a0a1c990f0e3d (patch) | |
tree | 1537aa37c30c6c2851665980bb8eeb7ee743d26d | |
parent | 39809a499a3a62cf19d9f37a2b63bf8e725db601 (diff) | |
download | mutti-web-e0b5f4628aa77a29abcb6f5c372a0a1c990f0e3d.tar.gz mutti-web-e0b5f4628aa77a29abcb6f5c372a0a1c990f0e3d.tar.bz2 mutti-web-e0b5f4628aa77a29abcb6f5c372a0a1c990f0e3d.zip |
Cleanup css
-rw-r--r-- | style/style.css | 6 |
1 files 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); |