Enable the user's preferred theme

This commit is contained in:
Ilia Miheev
2025-02-18 21:41:28 +03:00
parent f7e4a8ac56
commit e51a4fe377
2 changed files with 24 additions and 3 deletions
+5 -1
View File
@@ -9,7 +9,7 @@ html {
body {
font-family: Arial, sans-serif;
margin: 0;
margin: 20px;
text-align: center;
}
@@ -41,6 +41,10 @@ textarea::selection {
color: white;
}
input[type='checkbox'] {
accent-color: orangered;
}
button {
background-color: orangered;
color: #fff;