Files
rfd-fyi/src/style.css
2022-08-19 18:21:31 +00:00

18 lines
213 B
CSS

body {
background-color: black;
}
.thead {
position: sticky;
top: 0;
}
.form-control {
border-color: #404142;
}
.form-control:focus {
color: #ccc !important;
background-color: #404142 !important;
}