This commit is contained in:
syuilo 2018-04-22 07:23:56 +09:00
parent ee13d2382b
commit 132c30e557

View file

@ -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