Fixed on-hover button style
This commit is contained in:
@@ -144,6 +144,13 @@ input,
|
|||||||
box-shadow: inset 3px 0 0 var(--accent);
|
box-shadow: inset 3px 0 0 var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-link.active:hover,
|
||||||
|
.button.primary:hover,
|
||||||
|
.content-tab.active:hover {
|
||||||
|
background: var(--panel);
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
.button.danger {
|
.button.danger {
|
||||||
color: var(--danger);
|
color: var(--danger);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user