From b1a41a8297f42ac6409a144398887fe95a0a6bc8 Mon Sep 17 00:00:00 2001 From: Astral92 <111642864+Astral92@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:19:34 +0300 Subject: [PATCH] Style body background --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index a28da5b..665b193 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,6 @@ +body { + background-color: rgb(29, 39, 59); +} h1, a { color: rgb(96, 70, 158);