From ac4e539f58dc1592473e4ace2c8f92881c1e43c0 Mon Sep 17 00:00:00 2001 From: Claire Schwarzer Date: Tue, 20 Jan 2026 16:24:51 +0100 Subject: [PATCH] some styling changes --- index.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index eba7624..c67d359 100644 --- a/index.css +++ b/index.css @@ -8,7 +8,10 @@ } body { - font-family: 'Courier New', Courier, monospace; + font-family: monospace; + font-size: 1.1rem; + font-weight: 400; + background-color: rgb(36, 41, 46); /* Footer Fix */ @@ -170,7 +173,7 @@ body.light-mode footer a:hover { footer p { color: rgb(216, 216, 216); text-decoration: none; - font-size: 14px; + font-size: 1rem; justify-self: center; } body.light-mode footer p { @@ -205,7 +208,7 @@ main { } .home-container p { margin-top: 2.5rem; - font-size: 1rem; + font-size: 1.1rem; } .home-container span { color: #5865f2; @@ -323,7 +326,7 @@ body.light-mode .project p { } .project li { margin: 0.5em; - font-size: 0.85rem; + font-size: 1rem; color: rgb(216, 216, 216); } body.light-mode .project li { @@ -397,6 +400,7 @@ body.light-mode .skills-container h1 { padding: 1rem; background-color: #5660ca; border-radius: 0.5rem; + font-weight: 600; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); } .skills-container li:hover { @@ -429,6 +433,7 @@ body.light-mode .contact-container h1 { padding: 1rem; background-color: #5660ca; border-radius: 0.5rem; + font-weight: 600; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); text-decoration: none; align-items: center; color: rgb(216, 216, 216);