diff --git a/webstuff/frontend/css/example.css b/webstuff/frontend/css/example.css index d602523..e73929f 100644 --- a/webstuff/frontend/css/example.css +++ b/webstuff/frontend/css/example.css @@ -1,12 +1,12 @@ body { - background: #fefefe; + background: #FFFAF5; } div.module { border-color: #006600; border-style: solid; border-width: 1px; - background: #CCFFEE; + background: #; padding: 3px; margin: 2px; }