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 44 additions and 2 deletions
Showing only changes of commit 5f49fa995e - Show all commits

View File

@@ -44,6 +44,10 @@ body {
box-shadow: 0px -2px 5px rgba(0,0,0,0.2); box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
} }
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
background: linear-gradient(var(--color-body),rgba(0,0,0,0));
}
:root { :root {
--color-nav-text: black; --color-nav-text: black;
--color-nav-hover-bg: linear-gradient(#555, #444); --color-nav-hover-bg: linear-gradient(#555, #444);

View File

@@ -45,6 +45,10 @@ body {
box-shadow: 0px -2px 5px rgba(0,0,0,0.2); box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
} }
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
background: linear-gradient(var(--color-body),rgba(0,0,0,0));
}
:root { :root {
--color-nav-text: white; --color-nav-text: white;
--color-nav-hover-bg: linear-gradient(#555, #444); --color-nav-hover-bg: linear-gradient(#555, #444);