File tree 2 files changed +570
-248
lines changed
2 files changed +570
-248
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ body {
426
426
font-size : 14px ;
427
427
line-height : 1.42857143 ;
428
428
color : # 333333 ;
429
- background-color : # ffffff ;
429
+ background-color : # fff ;
430
430
}
431
431
input ,
432
432
button ,
@@ -467,8 +467,8 @@ img {
467
467
.img-thumbnail {
468
468
padding : 4px ;
469
469
line-height : 1.42857143 ;
470
- background-color : # ffffff ;
471
- border : 1px solid # dddddd ;
470
+ background-color : # fff ;
471
+ border : 1px solid # ddd ;
472
472
border-radius : 4px ;
473
473
-webkit-transition : all 0.2s ease-in-out;
474
474
-o-transition : all 0.2s ease-in-out;
@@ -867,8 +867,8 @@ code {
867
867
kbd {
868
868
padding : 2px 4px ;
869
869
font-size : 90% ;
870
- color : # ffffff ;
871
- background-color : # 333333 ;
870
+ color : # fff ;
871
+ background-color : # 333 ;
872
872
border-radius : 3px ;
873
873
box-shadow : inset 0 -1px 0 rgba (0 , 0 , 0 , 0.25 );
874
874
}
@@ -888,7 +888,7 @@ pre {
888
888
word-wrap : break-word;
889
889
color : # 333333 ;
890
890
background-color : # f5f5f5 ;
891
- border : 1px solid # cccccc ;
891
+ border : 1px solid # ccc ;
892
892
border-radius : 4px ;
893
893
}
894
894
pre code {
You can’t perform that action at this time.
0 commit comments