From ec5a56e6fb8408718ed5f8c1c8cf944ab8075b4c Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Thu, 21 Oct 2021 21:04:08 -0400 Subject: [PATCH] Try fixing actual CSS --- _layouts/default.html | 4 ++-- css/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 0885b83..2dbf8b9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,9 +1,9 @@ - + {{ page.title }} | KYS - + {% include nav.html %} {{ content }} diff --git a/css/style.css b/css/style.css index af13ea1..226eaba 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); -.body { +body { font-family: 'Roboto', sans-serif; background-color: #EFEFEF; }