From 88b4e2deeea421a2c884581f993a72c3f95201a3 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sat, 4 May 2024 20:21:29 -0700 Subject: [PATCH] Dark mode --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ea77285cb..f3f761bc9 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ +@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Lato&family=Ubuntu+Monodisplay=swap'); body {font-family: 'Gentium Plus', serif; margin: 1em 2em 1em 2em; font-size: 100%; line-height: 130%;} -h1, h2, h3, h4, h5, h6 {font-family: 'Gentium Plus', serif; font-weight: bold; line-height:100%; margin-top: 1.5em; margin-bottom: 0.5em;} +h1, h2, h3, h4, h5, h6 {font-family: 'Lato', serif; font-weight: bold; line-height:100%; margin-top: 1.5em; margin-bottom: 0.5em;} h1 {font-size: 2.6em; color: #eeeeee;} h2 {font-size: 2.2em; color: #d0d0d0;} h3 {font-size: 1.8em; color: #b0b0b0;} @@ -145,7 +146,6 @@ code { /* Maddy Extensions */ -@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Lato&family=Ubuntu+Monodisplay=swap'); body { background-color: #222; color: #eee;