diff options
-rw-r--r-- | res/admin.css | 2 | ||||
-rw-r--r-- | res/styles.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/admin.css b/res/admin.css index 0110e2d..10e1de3 100644 --- a/res/admin.css +++ b/res/admin.css @@ -1,6 +1,6 @@ body{ - background:#a8bcd5; + background:#212122; } #container{ diff --git a/res/styles.css b/res/styles.css index df8ccd7..ef11d4f 100644 --- a/res/styles.css +++ b/res/styles.css @@ -3,7 +3,7 @@ body{ background-image: url(bg.jpg); background-repeat: repeat; */ - background-color: #a8bcd5; + background-color: #212122; margin-top: 0; margin-bottom: 0; } |