From 5f937fa08e463333eeb30a249ad5fa7e14b2132c Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 16:27:04 -0500 Subject: Update style.css --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 41ca896..9f8fd66 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,7 @@ +* { + font-family: "Roboto", sans-serif; +} + h1::after { display: block; @@ -17,4 +21,4 @@ a { a:hover { color: black; -} \ No newline at end of file +} -- cgit v1.2.3 From 1c488a6506dac95cf3b06312f7bd7487f3305d25 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 16:27:42 -0500 Subject: Include css --- index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/index.html b/index.html index 836372d..b2133cf 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,7 @@ - + -- cgit v1.2.3 From 7632a14867c4bb9299d0614f8a793db75a6f03c2 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 16:28:43 -0500 Subject: Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9f8fd66..4d206e6 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ h1::after { } a { - color: lightgray; + color: #777; text-decoration: none; transition-duration: 0.2s; } -- cgit v1.2.3