Updated url to be absolute
All checks were successful
Flare Microsystems Git/FlarePublic/gitea-themes/pipeline/pr-master This commit looks good

This commit is contained in:
Vulpovile
2025-01-11 15:55:40 -08:00
parent accb2a9fc5
commit 209b8417c1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
@import url("./theme-gitea-dark\.css"); @import url("/assets/css/theme-gitea-dark.css");
body { body {
background: #333; background: #333;

View File

@@ -1,4 +1,4 @@
@import url("./theme-gitea-light.css"); @import url("/assets/css/theme-gitea-light.css");
body { body {
background-color: #E0E0E0 !important; background-color: #E0E0E0 !important;