diff options
author | chai <chaifix@163.com> | 2022-03-23 00:52:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-23 00:52:47 +0800 |
commit | 07ec409aa1ebd0040da3c19c162941c42e10d569 (patch) | |
tree | 6dbf721d610b83dd044178486834ba7e975274cf | |
parent | ca04ce830ae3ecf3dd9c890d1e5f715b91824881 (diff) |
*background
-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; } |