summaryrefslogtreecommitdiff
path: root/styles/main.css
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-11 23:27:59 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-11 23:27:59 -0500
commitda0556feab1e34e2de5b515c4d075603ef832b24 (patch)
tree6bb4ff4b649953b57f78247f2719dddb1863dc85 /styles/main.css
parenteae67d80d41a6eaa0ac688c33ace802ecfa238c4 (diff)
Google fonts + thermostat widget
Diffstat (limited to 'styles/main.css')
-rw-r--r--styles/main.css14
1 files changed, 11 insertions, 3 deletions
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;
}