Files
awesm-index/style.css
2024-04-23 14:54:16 +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;
}