1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 11:29:26 -05:00
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)
display block
font-size 16px
border solid 1px isDark ? #58606b : #eee
border solid 1px isDark ? #191b1f : #eee
border-radius 4px
overflow hidden
&:hover
text-decoration none
border-color isDark ? #7d8590 : #ddd
border-color isDark ? #4f5561 : #ddd
> article > header > h1
text-decoration underline