Skip to content

Commit 17b8413

Browse files
KingPrimesKingPrimes
authored andcommitted
style(css): 修改内容区域背景色
- 将.content类的背景色从#0A0F10更改为#FFFFFF
1 parent 519f687 commit 17b8413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Template/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ ul {
406406
.content {
407407
border: 2px solid #fff;
408408
margin: 15px;
409-
background-color: #0A0F10;
409+
background-color: #FFFFFF;
410410
}
411411

412412
.task {

0 commit comments

Comments
 (0)