feature/fix_linter_fuckup #4

Merged
Vulpovile merged 31 commits from feature/fix_linter_fuckup into master 2025-01-12 00:11:02 +00:00
5 changed files with 48 additions and 24 deletions
Showing only changes of commit 209b8417c1 - Show all commits

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;