File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
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-
You can’t perform that action at this time.
0 commit comments