From c39c29d218451f0d1ca3e37c001eab39e6f1eede Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 2 Jan 2025 11:08:59 -0500 Subject: Optimized image; Added deprecation note on history; Fixed styling --- src/styles/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/styles') diff --git a/src/styles/style.css b/src/styles/style.css index 2f5d005..737c6fc 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); body { font-family: "JetBrains Mono", monospace; - background: #333333; + background: #252525; color: white; } @@ -18,7 +18,6 @@ body { a { color: #00e600; text-decoration: none; - font-size: 20px; } a:hover { @@ -29,9 +28,13 @@ a:active { color: #009400; } +.nav { + font-size: 1.2em; + font-weight: bold; +} p { - font-size: 20px; + font-size: 1.1em; } footer { @@ -45,4 +48,4 @@ footer { img.logo { width: 50%; height: auto; - } +} -- cgit v1.2.3