Darken
This commit is contained in:
parent
fde9c783ae
commit
d721a143a8
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ root(isDark)
|
||||||
|
|
||||||
> .mk-note-preview
|
> .mk-note-preview
|
||||||
padding 16px
|
padding 16px
|
||||||
border dashed 1px #c0dac6
|
border dashed 1px isDark ? #4e945e : #c0dac6
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
|
|
||||||
> footer
|
> footer
|
||||||
|
|
Loading…
Reference in a new issue