Few minor updates

This commit is contained in:
2017-07-06 03:24:56 +02:00
parent d31b812b6e
commit e183360cb8
20 changed files with 76 additions and 44 deletions

View File

@ -29,12 +29,6 @@ a
// &.active
// color link-active-color
strong
font-weight bold
em
font-style italic
img
backface-visibility hidden

View File

@ -64,4 +64,5 @@ nav-height = 3.11rem
// Timings
fade-speed = 200ms
transition-speed = 250ms
transition-speed = 250ms
mountable-transition-speed = 400ms

View File

@ -1,5 +1,3 @@
mountable-transition-speed = 400ms
.mountable
opacity 0
transform translateY(0.85rem)

View File

@ -11,6 +11,18 @@ h2
margin-top content-padding
margin-bottom content-padding
strong
font-weight bold
em
font-style italic
hr
border none
border-bottom 1px solid text-color
opacity 0.1
margin-bottom content-padding
p > img
max-width 100%
border-radius 3px