This repository was archived by the owner on Oct 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 box-sizing : border-box;
4141 transition : -webkit-transform 0.3s ease, padding 0.3s ease;
4242 transition : transform 0.3s ease, padding 0.3s ease;
43- border-bottom : solid 0.1rem # aeaeae ;
43+ border-bottom : solid 0.1rem # ccc ;
4444 color : # 2c2c2c ;
4545 margin : 0 ;
4646 display : block;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ html, body {
1212 padding : 0 ;
1313 font-size : 10px ;
1414 font-family : "Open Sans" , sans-serif;
15- background : # dfdfdf ;
15+ background : # eee ;
1616 color : # 6f6f6f ;
1717}
1818
@@ -60,7 +60,7 @@ section[data-type="sidebar"] [role="toolbar"] .icon-setting {
6060section > header : first-child .icon .icon-back {
6161 padding-right : .8rem ;
6262 padding-top : 1.4rem ;
63- font-size : 2 rem !important ;
63+ font-size : 1.8 rem !important ;
6464}
6565
6666section > header : first-child .icon .icon-close {
@@ -133,7 +133,7 @@ form[role=dialog].current {
133133}
134134
135135[data-type = "list" ] li .fileListItem : not (li .fileListItem + h2 ) {
136- border-bottom : 2px solid # aeaeae ;
136+ border-bottom : 2px solid # ccc ;
137137}
138138
139139[data-type = "list" ] li .fileListItem a {
@@ -148,7 +148,7 @@ form[role=dialog].current {
148148}
149149
150150[data-type = "list" ] li .fileListItem .fileItemDescription {
151- background : # bbb ;
151+ background : # ccc ;
152152 font-size : 1.2rem ;
153153 max-height : 5rem ;
154154 overflow : hidden;
@@ -185,7 +185,7 @@ form[role=dialog].current {
185185}
186186
187187[data-type = "list" ] li .fileListItem .icon-arrow {
188- font-size : 2 rem ;
188+ font-size : 1.7 rem ;
189189 color : # aaa ;
190190}
191191
You can’t perform that action at this time.
0 commit comments