From 5bcf3ab93b33531ba5bef55e60dd7257ab413d5b Mon Sep 17 00:00:00 2001 From: worthymelight <117606652+worthymelight@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:13:46 +0300 Subject: [PATCH] Update main.css --- Web/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/static/css/main.css b/Web/static/css/main.css index 7aa433d2..6efe959c 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -73,13 +73,13 @@ h1 { position: relative; width: 791px; height: 45px; - background: url('../img/header.png'); + background: url('../img/header.svg'); background-repeat: no-repeat; background-position: 0; } .page_custom_header { - background: url('../img/header_custom.png'); + background: url('../img/header_custom.svg'); } #page_act {