mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-07 17:12:27 +00:00
18 lines
213 B
CSS
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;
|
|
}
|