From da0556feab1e34e2de5b515c4d075603ef832b24 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 11 Nov 2024 23:27:59 -0500 Subject: Google fonts + thermostat widget --- styles/main.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'styles/main.css') diff --git a/styles/main.css b/styles/main.css index c9f0728..56e1c50 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1,3 +1,11 @@ +* { + font-family: "Host Grotesk", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; + font-size: 18px; +} + html, body { font-family: sans-serif; box-sizing: border-box; @@ -6,7 +14,8 @@ html, body { body { min-height: 100vh; margin:0; - background-color: #eee; + background-color: var(--bg); + color: var(--color); } user { @@ -44,9 +53,8 @@ nav { nav .nav-el { margin:10px; - font-weight: bold; text-decoration: none; - color: #ddd; + color: #eee; transition-duration: 0.2s; } -- cgit v1.2.3