diff --git a/univcloud/static/css/style.css b/univcloud/static/css/style.css index 67fac1a..fe2eee3 100644 --- a/univcloud/static/css/style.css +++ b/univcloud/static/css/style.css @@ -27,10 +27,10 @@ h1 { } div.gridster > ul > li { - border: 1px outset gray; + border: 1px outset #583ab3; list-style: none; overflow: hidden; - background: white; + background: #583ab3; border-radius: 0em; }