Remove background gradient

This commit is contained in:
Vulpovile
2025-01-11 13:36:44 -08:00
parent 3cc141004a
commit 3ac32d4893
2 changed files with 3 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
@import "./theme-gitea-light.css";
body {
background: linear-gradient(#F0F0F0, #E0E0E0);
background-repeat: no-repeat;
background-color: #E0E0E0 !important;
}
@@ -46,7 +44,7 @@ body {
}
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
background: linear-gradient(var(--color-body),#E8E8E8);
background: linear-gradient(var(--color-body),#E0E0E0);
}
:root {