Add missing classes to darkmode, add #repo-files-table and mising tags #3

Merged
Vulpovile merged 16 commits from feature/more_support into master 2025-01-11 22:29:52 +00:00
2 changed files with 46 additions and 7 deletions
Showing only changes of commit 3ac32d4893 - Show all commits

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;
}

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 {