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:
daudix
2024-09-14 03:31:25 +03:00
parent 1722b95bea
commit a1946ae0b2
23 changed files with 121 additions and 118 deletions

View File

@ -16,7 +16,7 @@ h6 {
margin: 0 0.25em;
&:hover .icon {
background-color: var(--primary-color);
background-color: var(--accent-color);
}
&:active {
@ -41,5 +41,5 @@ h6 {
}
:target .zola-anchor .icon {
background-color: var(--primary-color-alpha);
background-color: var(--accent-color-alpha);
}