From f305be5f9172757de3c2abf2e732283578a065cc Mon Sep 17 00:00:00 2001 From: mion <> Date: Wed, 27 May 2026 15:55:24 +0100 Subject: update --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index 272fbf3..a8d281e 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ body { - background: #111111; + background: #202020; color: #fc6c8e; max-width: 960px; margin-left: auto; @@ -30,7 +30,7 @@ figcaption { } hr { - border: #202020 solid 1px; + border: #303030 solid 1px; } table @@ -40,7 +40,7 @@ table table td, th { - border: 1px solid #202020; + border: 1px solid #303030; padding: 4px; } -- cgit v1.2.3