feat(header): add Logo, pre and post config for header title (#252)

This commit is contained in:
Dillon
2020-04-23 16:49:30 +08:00
committed by GitHub
parent 919f559fd0
commit 87fbb05e86
23 changed files with 141 additions and 44 deletions

View File

@@ -3,9 +3,9 @@ code {
font-family: $code-font-family;
color: $code-color;
img, .version img {
min-height: 1.2 * $code-font-size;
height: 1.2 * $code-font-size;
img {
min-height: 1.25em;
max-height: 1.25em;
}
.dark & {
@@ -25,7 +25,7 @@ pre {
.copy-button {
font-size: $code-font-size;
line-height: 1.4 * $code-font-size;
line-height: 1.4em;
position: absolute;
top: 0;
right: 0;
@@ -129,7 +129,7 @@ code, pre, .highlight table, .highlight tr, .highlight td {
.highlight {
font-family: $code-font-family;
font-size: $code-font-size;
line-height: 1.4 * $code-font-size;
line-height: 1.4em;
/* Comment */ .c,
/* CommentHashbang */ .ch,
/* CommentMultiline */ .cm,