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,9 +1,7 @@
@import "./theme-gitea-dark\.css";
body {
background: linear-gradient(#444,#222);
background-repeat: no-repeat;
background-color: #222 !important;
background: #222;
}
#navbar{
@@ -45,7 +43,7 @@ body {
}
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
background: linear-gradient(var(--color-body),#333);
background: linear-gradient(var(--color-body),#222);
border-bottom: none;
}