diff --git a/contrib/static/site.css b/contrib/static/site.css index af20a6a..6d05924 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -6,7 +6,7 @@ } .frontend , .subject { - color: #0f0d2d; + color: #928BFF; } .name { @@ -118,7 +118,7 @@ body { .frontend { margin-top: 0px; - background: #e0f0f0; + background: red; display: inline-block; }