mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-10 11:35:02 -05:00
39 lines
620 B
Stylus
39 lines
620 B
Stylus
@import '../_variables'
|
|
@import '../_mixins'
|
|
|
|
body
|
|
background: white
|
|
color: $gray
|
|
font-family: $font-family-gotham
|
|
font-size: $font-size-base
|
|
font-weight: 400
|
|
-webkit-font-smoothing: antialiased
|
|
|
|
h1, h2, h3, h4
|
|
color: darken($gray, 30%)
|
|
|
|
h4
|
|
margin-top: 0
|
|
font-size: $font-size-h4
|
|
|
|
a
|
|
color: $blue
|
|
font-weight: $font-weight-bold
|
|
text-decoration: none
|
|
|
|
&:hover, &:active
|
|
color: $blue-saturated-light
|
|
|
|
#pages
|
|
position: absolute
|
|
top: 0px
|
|
right: 0px
|
|
left: 201px
|
|
height: 100%
|
|
borderbox()
|
|
|
|
.scroll-container
|
|
height: 100%
|
|
overflow-y: auto
|
|
-webkit-overflow-scrolling: touch
|