feat(css/style.css): add .button:active color

This commit is contained in:
2026-02-28 20:39:29 +01:00
parent 69bf4f1358
commit 29b4f3a2ff

View File

@@ -95,6 +95,10 @@ header a {
cursor: pointer; cursor: pointer;
} }
.button:active {
background-color: var(--ctp-sapphire);
}
.center { .center {
text-align: center; text-align: center;
} }