chore: dark & light mode improvements

This commit is contained in:
2025-02-07 14:08:06 +01:00
parent 0930dab77c
commit f28f1e31c2
3 changed files with 22 additions and 4 deletions
+2 -1
View File
@@ -67,7 +67,8 @@ button {
button.g-button {
text-align: center;
color: white;
color: inherit;
transition:
color 100ms ease-in,
background-color 100ms ease-in;