spaCy/website/assets/css/_base/_layout.sass
2017-10-03 14:14:52 +02:00

42 lines
483 B
Sass

//- 💫 CSS > BASE > LAYOUT
//- HTML
html
font-size: $type-base
//- Body
body
animation: fadeIn 0.25s ease
background: $color-back
color: $color-front
//scroll-behavior: smooth
//- Paragraphs
p
@extend .o-block, .u-text
p:empty
margin-bottom: 0
//- Links
main p a,
main table a,
main > *:not(footer) li a,
main aside a
@extend .u-link
//- Selection
::selection
background: $color-theme
color: $color-back
text-shadow: none