🎨
This commit is contained in:
parent
ee13d2382b
commit
132c30e557
@ -68,13 +68,13 @@ iframe
|
|||||||
root(isDark)
|
root(isDark)
|
||||||
display block
|
display block
|
||||||
font-size 16px
|
font-size 16px
|
||||||
border solid 1px isDark ? #58606b : #eee
|
border solid 1px isDark ? #191b1f : #eee
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
overflow hidden
|
overflow hidden
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration none
|
text-decoration none
|
||||||
border-color isDark ? #7d8590 : #ddd
|
border-color isDark ? #4f5561 : #ddd
|
||||||
|
|
||||||
> article > header > h1
|
> article > header > h1
|
||||||
text-decoration underline
|
text-decoration underline
|
||||||
|
Loading…
Reference in New Issue
Block a user