From c0b8cef3af5098aee31346776cd7f23f925301de Mon Sep 17 00:00:00 2001 From: madison Date: Mon, 13 Apr 2026 13:48:44 +0100 Subject: [PATCH] Change text colours --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index d1607e2..a5db3cd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14,7 +14,7 @@ --colour-sbga: rgba(255, 153, 255, 0.3); } body { - color: white; + color: mistyrose; font-family: 'Courier New'; margin-left: 20%; margin-right: 20%; @@ -67,7 +67,7 @@ p.subtitle { flex-grow: 1; } a:link, a:visited, a:hover, a:active { - color: rgb(179, 255, 255); + color: paleturquoise; text-decoration: none; } .inline-block {