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