mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 18:36:49 +01:00
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;
|
|
} |