summaryrefslogtreecommitdiff
path: root/assets/sass/_reset.sass
blob: 6906bee21809d9b3dcff2a007c9b7e9ed9e30e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@import variables

h1,
li,
ul,
ol,
table,
tr,
td,
th,
p,
blockquote,
body
  margin: 0
  padding: 0
  font-size: 100%

body
  padding-bottom: 10px
  color: color('primary')
  font-family: $text-font
  text-rendering: optimizeLegibility
  background-color: color('default') 

small
  font-size: size('small')

hr
  border: 0
  height: 0
  border-top: 1px solid rgba(0, 0, 0, 0.1)
  border-bottom: 1px solid rgba(255, 255, 255, 0.3)

.page
  margin-left: 10px
  margin-right: 10px