From dafb59dda449ec53e9156bfb60a4d1fd151085ce Mon Sep 17 00:00:00 2001 From: fzorb Date: Wed, 4 Jun 2025 14:21:52 +0000 Subject: [PATCH] le epic fix xDDDD --- static/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index c01a744..260cfb5 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -29,10 +29,10 @@ body { background-size: 10px 10px; background-color: #282828; - /*background-image: - linear-gradient(to right, #3c3836 1px, transparent 1px), - linear-gradient(to bottom, #3c3836 1px, transparent 1px); - */color: #f9f5d7; + background-image: + linear-gradient(to right, #3a3a3a 1px, transparent 1px), + linear-gradient(to bottom, #3a3a3a 1px, transparent 1px); + color: #f9f5d7; font-family: mononoki, monospace; }