summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index 41ca896..4d206e6 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,7 @@
+* {
+ font-family: "Roboto", sans-serif;
+}
+
h1::after {
display: block;
@@ -10,11 +14,11 @@ h1::after {
}
a {
- color: lightgray;
+ color: #777;
text-decoration: none;
transition-duration: 0.2s;
}
a:hover {
color: black;
-} \ No newline at end of file
+}