26 lines
190 B
CSS
26 lines
190 B
CSS
|
body,
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6,
|
||
|
p,
|
||
|
blockquote,
|
||
|
pre,
|
||
|
hr,
|
||
|
dl,
|
||
|
dd,
|
||
|
ol,
|
||
|
ul,
|
||
|
figure {
|
||
|
margin: 0;
|
||
|
padding: 0; }
|
||
|
|
||
|
body {
|
||
|
background-color: #2F3134;
|
||
|
color: #f5f5f5; }
|
||
|
|
||
|
a {
|
||
|
color: #647595; }
|