Add missing classes to darkmode, add .repo-files-table

This commit is contained in:
Vulpovile
2025-01-11 13:12:43 -08:00
parent 03f6c0d69f
commit 7353807aa1
2 changed files with 6 additions and 2 deletions

View File

@@ -21,10 +21,14 @@ body {
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);
}
.page-footer{
box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
}
:root {
--color-nav-text: black;
--color-nav-hover-bg: linear-gradient(#555, #444);

View File

@@ -21,7 +21,7 @@ body {
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);
}