style: format stylus code
This commit is contained in:
parent
02c990d533
commit
212f04c7dc
|
@ -10,10 +10,10 @@
|
||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
width 100%
|
width 100%
|
||||||
padding 0.3rem 0.4rem
|
padding 0.3rem 0.4rem
|
||||||
|
color var(--toolbar-foreground)
|
||||||
background var(--toolbar-background)
|
background var(--toolbar-background)
|
||||||
border-top-left-radius 0.3rem
|
border-top-left-radius 0.3rem
|
||||||
border-top-right-radius 0.3rem
|
border-top-right-radius 0.3rem
|
||||||
color var(--toolbar-foreground)
|
|
||||||
|
|
||||||
|
|
||||||
&.folded {
|
&.folded {
|
||||||
|
|
|
@ -8,7 +8,6 @@ $dark-code-background = darken($dark-background-color-1, 10%)
|
||||||
|
|
||||||
|
|
||||||
if (hexo-config('code_block.highlight_theme') == 'obsidian') {
|
if (hexo-config('code_block.highlight_theme') == 'obsidian') {
|
||||||
|
|
||||||
$toolbar-foreground = #b5b5b5
|
$toolbar-foreground = #b5b5b5
|
||||||
$toolbar-background = #3a3f40
|
$toolbar-background = #3a3f40
|
||||||
$highlight-foreground = #e8e2bb
|
$highlight-foreground = #e8e2bb
|
||||||
|
@ -42,9 +41,8 @@ if (hexo-config('code_block.highlight_theme') == 'obsidian') {
|
||||||
$dark-highlight-purple = darken($highlight-purple, 2%)
|
$dark-highlight-purple = darken($highlight-purple, 2%)
|
||||||
$dark-highlight-deletion = darken($highlight-deletion, 2%)
|
$dark-highlight-deletion = darken($highlight-deletion, 2%)
|
||||||
$dark-highlight-addition = darken($highlight-addition, 2%)
|
$dark-highlight-addition = darken($highlight-addition, 2%)
|
||||||
|
}
|
||||||
} else {
|
else {
|
||||||
|
|
||||||
$toolbar-foreground = $text-color-3
|
$toolbar-foreground = $text-color-3
|
||||||
$toolbar-background = $background-color-3
|
$toolbar-background = $background-color-3
|
||||||
$highlight-foreground = lighten($text-color-3, 2%)
|
$highlight-foreground = lighten($text-color-3, 2%)
|
||||||
|
|
|
@ -40,8 +40,8 @@ pre {
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
@extend $code-block
|
@extend $code-block
|
||||||
border-bottom-left-radius 0.1rem
|
|
||||||
border-bottom-right-radius 0.1rem
|
border-bottom-right-radius 0.1rem
|
||||||
|
border-bottom-left-radius 0.1rem
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin 0
|
margin 0
|
||||||
|
@ -117,7 +117,6 @@ pre {
|
||||||
.line {
|
.line {
|
||||||
color var(--highlight-gutter-color)
|
color var(--highlight-gutter-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gist table {
|
.gist table {
|
||||||
|
|
Loading…
Reference in New Issue