summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-02-27 17:48:02 -0500
committerKyle Gunger <corechg@gmail.com>2020-02-27 17:48:02 -0500
commitc6200ceb22294e5629583df9a00b8f557dbc7b37 (patch)
tree4081961f119370600f7ac7edf10b97e1ba02a1da
parentea8f308bc00330b5378eb2b8f16d9cc348719c9a (diff)
parent7632a14867c4bb9299d0614f8a793db75a6f03c2 (diff)
Merge branch 'master' of https://github.com/CoreChg/CoreChg.github.io
-rw-r--r--index.html6
-rw-r--r--style.css8
2 files changed, 7 insertions, 7 deletions
diff --git a/index.html b/index.html
index 836372d..b2133cf 100644
--- a/index.html
+++ b/index.html
@@ -7,11 +7,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
- <style>
- * {
- font-family: "Roboto", sans-serif;
- }
- </style>
+ <link rel="stylesheet" href="style.css">
</head>
<body>
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
+}