Add missing classes to darkmode, add #repo-files-table and mising tags #3
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user