From 8dbd6cd4df7c268144a32e72b82311e38ab4ef9d Mon Sep 17 00:00:00 2001 From: bo Date: Thu, 29 Jun 2023 16:01:00 +0200 Subject: [PATCH] styling --- web/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/style.css b/web/style.css index eb9224a..ec17b5a 100644 --- a/web/style.css +++ b/web/style.css @@ -1,21 +1,21 @@ body { background-color: white; - color: blue; + color: black; } h1 { - color: blue; + color: black; text-align: center; } p { font-family: monospace; font-size: 20px; - color: blue; + color: black; } a { - color: yellow; + color: magenta; } .images {