forked from deblan/gist
9 lines
98 B
CSS
9 lines
98 B
CSS
body {
|
|
background: #333;
|
|
}
|
|
|
|
.form-control {
|
|
color: #fff;
|
|
background: #2D2D2D;
|
|
border: #333;
|
|
}
|