Change tab appearance

This commit is contained in:
Vulpovile
2025-01-11 13:27:23 -08:00
parent 3a0500af78
commit 5f49fa995e
2 changed files with 8 additions and 0 deletions

View File

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

View File

@@ -45,6 +45,10 @@ body {
box-shadow: 0px -2px 5px rgba(0,0,0,0.2); 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 { :root {
--color-nav-text: white; --color-nav-text: white;
--color-nav-hover-bg: linear-gradient(#555, #444); --color-nav-hover-bg: linear-gradient(#555, #444);