Files
awesm-index/style/style.css
Jonas Zeunert 0d45ed4233 Update Paths
2024-04-23 15:28:23 +02:00

14 lines
189 B
CSS

body {
background-color: #222831;
color: #FFD5E5;
}
label {
color: #A6FF96;
}
input {
background-color: black;
color: #A6FF96;
border-width: 2px;
border-color: #FFD5E5;
}