Format CSS file

This commit is contained in:
ekzyis 2024-09-10 23:41:07 +02:00
parent 5d5c91399f
commit 70b5659dc8
1 changed files with 5 additions and 3 deletions

View File

@ -124,7 +124,8 @@
color: var(--fg-success);
}
.neon.success:hover, .neon.success.active {
.neon.success:hover,
.neon.success.active {
background-color: var(--fg-success);
color: var(--white);
}
@ -134,7 +135,8 @@
color: var(--fg-error);
}
.neon.error:hover, .neon.error.active {
.neon.error:hover,
.neon.error.active {
background-color: var(--fg-error);
color: var(--white);
}