Add missing classes to darkmode, add #repo-files-table and mising tags #3
@@ -45,7 +45,8 @@ body {
|
||||
}
|
||||
|
||||
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
|
||||
background: linear-gradient(var(--color-body),rgba(0,0,0,0));
|
||||
background: linear-gradient(var(--color-body),#282828);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
||||
@@ -46,7 +46,7 @@ body {
|
||||
}
|
||||
|
||||
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
|
||||
background: linear-gradient(var(--color-body),rgba(0,0,0,0));
|
||||
background: linear-gradient(var(--color-body),#E8E8E8);
|
||||
}
|
||||
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user