1
0
Fork 0
forked from deblan/gist
gist/web/app/css/themes/dark.css

9 lines
98 B
CSS

body {
background: #333;
}
.form-control {
color: #fff;
background: #2D2D2D;
border: #333;
}