Add missing classes to darkmode, add #repo-files-table and mising tags #3
@@ -44,6 +44,10 @@ body {
|
||||
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 {
|
||||
--color-nav-text: black;
|
||||
--color-nav-hover-bg: linear-gradient(#555, #444);
|
||||
|
||||
@@ -45,6 +45,10 @@ body {
|
||||
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 {
|
||||
--color-nav-text: white;
|
||||
--color-nav-hover-bg: linear-gradient(#555, #444);
|
||||
|
||||
Reference in New Issue
Block a user