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 6 additions and 2 deletions
Showing only changes of commit 7353807aa1 - Show all commits

View File

@@ -21,10 +21,14 @@ body {
box-shadow: black 0px 0px 5px; box-shadow: black 0px 0px 5px;
} }
.ui.table, .ui.segments, #readme, .ui.dashboard-repos{ .ui.table, .ui.segments, #readme, .ui.dashboard-repos, .ui.vertical.menu, .ui.attached.segment, .ui.top.attached.header, .repo-files-table{
box-shadow: 0px 2px 5px rgba(0,0,0,0.2); box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
} }
.page-footer{
box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
}
: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

@@ -21,7 +21,7 @@ body {
box-shadow: black 0px 0px 5px; box-shadow: black 0px 0px 5px;
} }
.ui.table, .ui.segments, #readme, .ui.dashboard-repos, .ui.vertical.menu, .ui.attached.segment, .ui.top.attached.header{ .ui.table, .ui.segments, #readme, .ui.dashboard-repos, .ui.vertical.menu, .ui.attached.segment, .ui.top.attached.header, .repo-files-table{
box-shadow: 0px 2px 5px rgba(0,0,0,0.2); box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
} }