summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/style.css')
-rw-r--r--style/style.css6
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);