some style bug fix
This commit is contained in:
parent
de5408dace
commit
aa71808f20
|
@ -14,4 +14,4 @@ $breakpoints: (
|
||||||
);
|
);
|
||||||
|
|
||||||
$search-height: 35px !default;
|
$search-height: 35px !default;
|
||||||
$code-font-size: .95em !default;
|
$code-font-size: .9rem !default;
|
|
@ -52,7 +52,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: $content-font;
|
font-family: $content-font;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
line-height: 1.7rem;
|
line-height: 1.7;
|
||||||
width: inheirt;
|
width: inheirt;
|
||||||
max-width: inherit;
|
max-width: inherit;
|
||||||
h1,
|
h1,
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
margin: 0 1.75rem 1.75rem 1.5rem;
|
margin: 0 1.75rem 1.75rem 1.5rem;
|
||||||
padding: 0 0 0 1.42188rem;
|
padding: 0 0 0 1.42188rem;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
line-height: 1.75rem;
|
line-height: 1.75;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -316,7 +316,7 @@
|
||||||
|
|
||||||
code, pre {
|
code, pre {
|
||||||
padding: .5rem 0;
|
padding: .5rem 0;
|
||||||
line-height: 1.5em;
|
line-height: 1.4;
|
||||||
font-size: $code-font-size;
|
font-size: $code-font-size;
|
||||||
font-family: $code-font-stack;
|
font-family: $code-font-stack;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -49,7 +49,7 @@ $hacker: (
|
||||||
content-pre-main-color: #1FFF2A,
|
content-pre-main-color: #1FFF2A,
|
||||||
content-pre-color: #d1d1d1,
|
content-pre-color: #d1d1d1,
|
||||||
content-pre-number-color: #666,
|
content-pre-number-color: #666,
|
||||||
content-pre-background-color: #202420,
|
content-pre-background-color: #282a36,
|
||||||
content-pre-border-background-color: #f3ff6e,
|
content-pre-border-background-color: #f3ff6e,
|
||||||
content-pre-header-background-color: darken(#202420, 1.5%),
|
content-pre-header-background-color: darken(#202420, 1.5%),
|
||||||
content-pre-header-color: #f3ff6e,
|
content-pre-header-color: #f3ff6e,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue