From 6e7644e2ecb644b9d58498e3d2c3750bf58e3f72 Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 26 Apr 2022 00:36:42 +0200 Subject: [PATCH] style: go black --- css/k.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/k.css b/css/k.css index c29942e..9d7959b 100644 --- a/css/k.css +++ b/css/k.css @@ -5,7 +5,8 @@ body { line-height: 1.6; padding-top: 10px; padding-bottom: 10px; - background-color: white; + background-color: black; + color: gray; padding: 30px; } @@ -383,4 +384,4 @@ h3:hover .headerlink { .content h2 { font-size: 23px; } -} \ No newline at end of file +}