UX: More color fixes (#111)

This commit is contained in:
Jordan Vidrine
2025-04-03 16:13:23 -05:00
committed by GitHub
parent d8c44934f4
commit cdcbffc483
4 changed files with 35 additions and 36 deletions
+2 -2
View File
@@ -47,7 +47,7 @@
.nav-pills > li button:hover {
.discourse-no-touch & {
background: transparent;
color: var(--accent-color);
color: var(--d-nav-color--hover);
&::after {
content: "";
position: absolute;
@@ -55,7 +55,7 @@
bottom: 0;
right: 0;
height: var(--d-nav-underline-height);
background: var(--accent-color);
background: var(--d-nav-color--hover);
}
}
}