diff --git a/contrib/static/site.css b/contrib/static/site.css index 3556508..5ddb4be 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -108,6 +108,13 @@ th { background: #d3d3d3; } +input, textarea { + color: whitesmoke; + background: #2d2d2d; + border-color: #4D28CA; + border-radius: 3px; +} + html { color: #ededed; background: #262230 url("/static/bg.png");