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 45 additions and 2 deletions
Showing only changes of commit 23925219ce - Show all commits

View File

@@ -45,7 +45,8 @@ body {
}
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
background: linear-gradient(var(--color-body),rgba(0,0,0,0));
background: linear-gradient(var(--color-body),#282828);
border-bottom: none;
}
:root {

View File

@@ -46,7 +46,7 @@ body {
}
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
background: linear-gradient(var(--color-body),rgba(0,0,0,0));
background: linear-gradient(var(--color-body),#E8E8E8);
}
:root {