28 lines
196 B
SCSS
28 lines
196 B
SCSS
|
body,
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6,
|
||
|
p,
|
||
|
blockquote,
|
||
|
pre,
|
||
|
hr,
|
||
|
dl,
|
||
|
dd,
|
||
|
ol,
|
||
|
ul,
|
||
|
figure {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: $col_back;
|
||
|
color: $col_front;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: $col_link;
|
||
|
}
|