Add missing classes to darkmode, add #repo-files-table and mising tags #3
@@ -1,7 +1,7 @@
|
||||
@import "./theme-gitea-dark\.css";
|
||||
|
||||
body {
|
||||
background: #222;
|
||||
background: #333;
|
||||
}
|
||||
|
||||
#navbar{
|
||||
@@ -43,7 +43,7 @@ body {
|
||||
}
|
||||
|
||||
.ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover {
|
||||
background: linear-gradient(var(--color-body),#222);
|
||||
background: linear-gradient(var(--color-body),#333);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user