Skip to content

Commit 34eeadc

Browse files
committed
Update
1 parent 991f561 commit 34eeadc

File tree

2 files changed

+570
-248
lines changed

2 files changed

+570
-248
lines changed

css/main.css

100644100755
+6-6
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ body {
426426
font-size: 14px;
427427
line-height: 1.42857143;
428428
color: #333333;
429-
background-color: #ffffff;
429+
background-color: #fff;
430430
}
431431
input,
432432
button,
@@ -467,8 +467,8 @@ img {
467467
.img-thumbnail {
468468
padding: 4px;
469469
line-height: 1.42857143;
470-
background-color: #ffffff;
471-
border: 1px solid #dddddd;
470+
background-color: #fff;
471+
border: 1px solid #ddd;
472472
border-radius: 4px;
473473
-webkit-transition: all 0.2s ease-in-out;
474474
-o-transition: all 0.2s ease-in-out;
@@ -867,8 +867,8 @@ code {
867867
kbd {
868868
padding: 2px 4px;
869869
font-size: 90%;
870-
color: #ffffff;
871-
background-color: #333333;
870+
color: #fff;
871+
background-color: #333;
872872
border-radius: 3px;
873873
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
874874
}
@@ -888,7 +888,7 @@ pre {
888888
word-wrap: break-word;
889889
color: #333333;
890890
background-color: #f5f5f5;
891-
border: 1px solid #cccccc;
891+
border: 1px solid #ccc;
892892
border-radius: 4px;
893893
}
894894
pre code {

0 commit comments

Comments
 (0)