refine skip button
This commit is contained in:
@ -58,6 +58,13 @@ nav button:focus-visible {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
@media (any-hover: hover) {
|
||||
#skip:hover {
|
||||
color: var(--color-bg);
|
||||
background-color: var(--color-accent);
|
||||
}
|
||||
}
|
||||
|
||||
#current-page {
|
||||
border-right-width: .5rem;
|
||||
border-left-width: .5rem;
|
||||
|
||||
Reference in New Issue
Block a user