UPD: Button consistency

This commit is contained in:
Robert Kossessa
2024-02-05 13:09:31 +01:00
parent 7d5c10de1c
commit 180372bf0d
5 changed files with 24 additions and 16 deletions

View File

@@ -25,4 +25,10 @@ body {
::-webkit-scrollbar-track { /* Background */
background: var(--scrollbar-background);
}
::selection {
background: #c66936;
color: black;
text-shadow: none;
}