Skip to content

Commit 96ef547

Browse files
committed
全局背景色改为白色,解决某些情况下(护眼绿)左右侧颜色不一致
1 parent d66bd2d commit 96ef547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
border-top: #fafafa 1px solid;
4747
}
4848
</style>
49-
<div id="app">
49+
<div id="app" style="background-color: white">
5050
<div class="side-top">
5151
<img src="img/logo.png" class="logo-img"/>
5252
<a class="logo" href="https://github.com/TommyLemon/APIJSON" target="_blank">

0 commit comments

Comments
 (0)