Skip to content

Commit d3335b8

Browse files
committed
修改亮色背景为更符合嘉立创样式的背景
1 parent a9c6bff commit d3335b8

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

iframe/style/body-light.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body {
2020
#sidebar {
2121
width: 120px;
2222
background: #f6f8fa; /* 浅灰背景 */
23-
color: #24292f; /* 深灰文字 */
23+
color: #24292f; /* 深灰文字 */
2424
display: flex;
2525
flex-direction: column;
2626
align-items: center;
@@ -59,13 +59,13 @@ body {
5959
padding: 8px 0;
6060
}
6161

62-
/* 按钮:背景浅,文字深(与原来“调换”)*/
62+
/* 按钮*/
6363
#sidebar button {
6464
width: 80px;
6565
height: 36px;
66-
background: white; /* 原先是深色,现在白色 */
67-
color: #24292f; /* 原先是白色,现在深灰 */
68-
border: 1px solid #d0d7de; /* 浅灰边框 */
66+
background: #5588ff;
67+
color: #ffffff;
68+
border: 1px solid #d0d7de;
6969
border-radius: 4px;
7070
font-size: 14px;
7171
cursor: pointer;
@@ -75,7 +75,7 @@ body {
7575
}
7676

7777
#sidebar button:hover {
78-
background: #eaeef5; /* hover 浅蓝灰 */
78+
background: #eaeef5; /* hover 浅蓝灰 */
7979
border-color: #8c959e;
8080
}
8181

@@ -103,4 +103,3 @@ body {
103103
#sidebar {
104104
scrollbar-width: none;
105105
}
106-

0 commit comments

Comments
 (0)