From f5c6dbd852fb4bf5b18870e62d351edd206d1b3a Mon Sep 17 00:00:00 2001 From: ruslan Date: Fri, 26 Jul 2024 22:14:41 +0200 Subject: [PATCH] Update main.css --- assets/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/main.css b/assets/css/main.css index 58d56d1..6d69809 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -7,6 +7,7 @@ html { background-image: url("https://fruw.org/background.gif"); background-attachment: fixed; background-position: center top; + background-repeat: no-repeat; color: #232333; font-family: monospace; font-size: 15px;