From 5a42c6ff12b52696dd9a0a83081ddc59c566bc73 Mon Sep 17 00:00:00 2001 From: tengel Date: Sat, 26 Oct 2024 09:15:24 -0500 Subject: [PATCH] bg 1c to 1a --- html/airlocksix/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/airlocksix/index.css b/html/airlocksix/index.css index c976fa9..715648b 100644 --- a/html/airlocksix/index.css +++ b/html/airlocksix/index.css @@ -5,7 +5,7 @@ body{ font-size:16px; margin:0 auto; line-height:1.4; - background:#1c1c1c; + background:#1a1a1a; color:#d4d4d4; font-family:"Noto Sans", Futura, Verdana, "Liberation Sans", sans-serif; } @@ -17,7 +17,7 @@ a:hover{ text-decoration:underline; } ::selection { - color:#1c1c1c; + color:#1a1a1a; background:#c79908; } h1{