Site updated: 2019-07-10 17:03:27
This commit is contained in:
40
css/main.css
40
css/main.css
@ -487,8 +487,8 @@ pre,
|
||||
margin: 20px 0;
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
color: #4d4d4c;
|
||||
background: #f7f7f7;
|
||||
color: #c5c8c6;
|
||||
background: #1d1f21;
|
||||
line-height: 1.6;
|
||||
}
|
||||
pre,
|
||||
@ -508,7 +508,7 @@ pre {
|
||||
}
|
||||
pre code {
|
||||
padding: 0;
|
||||
color: #4d4d4c;
|
||||
color: #c5c8c6;
|
||||
background: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
@ -531,7 +531,7 @@ pre code {
|
||||
}
|
||||
.highlight figcaption {
|
||||
font-size: 1em;
|
||||
color: #4d4d4c;
|
||||
color: #c5c8c6;
|
||||
line-height: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
@ -545,23 +545,23 @@ pre code {
|
||||
}
|
||||
.highlight figcaption a {
|
||||
float: right;
|
||||
color: #4d4d4c;
|
||||
color: #c5c8c6;
|
||||
}
|
||||
.highlight figcaption a:hover {
|
||||
border-bottom-color: #4d4d4c;
|
||||
border-bottom-color: #c5c8c6;
|
||||
}
|
||||
.highlight .gutter pre {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
color: #869194;
|
||||
color: #888f96;
|
||||
text-align: right;
|
||||
background-color: #eff2f3;
|
||||
background-color: #000;
|
||||
}
|
||||
.highlight .code pre {
|
||||
width: 100%;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
background-color: #f7f7f7;
|
||||
background-color: #1d1f21;
|
||||
}
|
||||
.highlight .line {
|
||||
height: 20px;
|
||||
@ -579,16 +579,16 @@ pre code {
|
||||
border: none;
|
||||
}
|
||||
pre .deletion {
|
||||
background: #fdd;
|
||||
background: #008000;
|
||||
}
|
||||
pre .addition {
|
||||
background: #dfd;
|
||||
background: #800000;
|
||||
}
|
||||
pre .meta {
|
||||
color: #8959a8;
|
||||
color: #b294bb;
|
||||
}
|
||||
pre .comment {
|
||||
color: #8e908c;
|
||||
color: #969896;
|
||||
}
|
||||
pre .variable,
|
||||
pre .attribute,
|
||||
@ -602,7 +602,7 @@ pre .html .doctype,
|
||||
pre .css .id,
|
||||
pre .css .class,
|
||||
pre .css .pseudo {
|
||||
color: #c82829;
|
||||
color: #c66;
|
||||
}
|
||||
pre .number,
|
||||
pre .preprocessor,
|
||||
@ -611,7 +611,7 @@ pre .literal,
|
||||
pre .params,
|
||||
pre .constant,
|
||||
pre .command {
|
||||
color: #f5871f;
|
||||
color: #de935f;
|
||||
}
|
||||
pre .ruby .class .title,
|
||||
pre .css .rules .attribute,
|
||||
@ -624,11 +624,11 @@ pre .xml .cdata,
|
||||
pre .special,
|
||||
pre .number,
|
||||
pre .formula {
|
||||
color: #718c00;
|
||||
color: #b5bd68;
|
||||
}
|
||||
pre .title,
|
||||
pre .css .hexcolor {
|
||||
color: #3e999f;
|
||||
color: #8abeb7;
|
||||
}
|
||||
pre .function,
|
||||
pre .python .decorator,
|
||||
@ -638,11 +638,11 @@ pre .ruby .title .keyword,
|
||||
pre .perl .sub,
|
||||
pre .javascript .title,
|
||||
pre .coffeescript .title {
|
||||
color: #4271ae;
|
||||
color: #81a2be;
|
||||
}
|
||||
pre .keyword,
|
||||
pre .javascript .function {
|
||||
color: #8959a8;
|
||||
color: #b294bb;
|
||||
}
|
||||
.full-image.full-image.full-image.full-image {
|
||||
border: none;
|
||||
@ -1943,7 +1943,7 @@ pre .javascript .function {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
border-radius: 50%;
|
||||
background: #ffb6ff;
|
||||
background: #6e2916;
|
||||
}
|
||||
.links-of-blogroll {
|
||||
font-size: 13px;
|
||||
|
Reference in New Issue
Block a user