46 lines
677 B
Plaintext
Raw Normal View History

p, h1, h2, h3, h4, h5, h6
2017-07-06 21:38:19 +02:00
margin typography-margin 0
:first-child
2017-07-07 23:06:39 +02:00
margin-top 0 !important
:last-child
2017-07-07 23:06:39 +02:00
margin-bottom 0 !important
2017-07-06 21:38:19 +02:00
h1, h2
margin-top content-padding
margin-bottom content-padding
2017-07-06 03:24:56 +02:00
strong
font-weight bold
em
font-style italic
2017-12-02 21:53:01 +01:00
ol
li
list-style-type decimal
2017-07-06 03:24:56 +02:00
hr
border none
border-bottom 1px solid text-color
opacity 0.1
margin-bottom content-padding
p > img
max-width 100%
2017-06-28 21:53:15 +02:00
border-radius 3px
display inherit
2017-07-11 16:54:17 +02:00
margin 0 auto
.furigana
opacity 0.25
transition opacity transition-speed ease, transform transition-speed ease
transform translateY(0)
.japanese
color text-color
:hover
.furigana
opacity 1
transform translateY(-2px)