Files
discourse_theme_ran/scss/nav-pills.scss
T
Jordan Vidrine 478926952e init
2025-02-24 15:59:49 -06:00

15 lines
297 B
SCSS

.nav-pills > li > a:hover,
.nav-pills > li button:hover {
background: transparent;
color: var(--accent-color);
&::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: var(--d-nav-underline-height);
background: var(--accent-color);
}
}