Update Paths

This commit is contained in:
Jonas Zeunert
2024-04-23 15:28:23 +02:00
parent a5d3f99c4e
commit 0d45ed4233
4 changed files with 2 additions and 2 deletions

13
style/style.css Normal file
View File

@@ -0,0 +1,13 @@
body {
background-color: #222831;
color: #FFD5E5;
}
label {
color: #A6FF96;
}
input {
background-color: black;
color: #A6FF96;
border-width: 2px;
border-color: #FFD5E5;
}