A bunch of breaking changes for no reason except for "I didn't like it"
I mean, this release has breaking changes anyway, why not break all the stuff I wanted to break?
This commit is contained in:
@ -21,14 +21,14 @@
|
||||
user-select: none;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--primary-color);
|
||||
background-color: var(--accent-color);
|
||||
}
|
||||
}
|
||||
|
||||
a + a[href*="#fr-"],
|
||||
li:target a[href*="#fr-"] {
|
||||
opacity: var(--disabled);
|
||||
background-color: var(--primary-color);
|
||||
background-color: var(--accent-color);
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
|
Reference in New Issue
Block a user