Add post list, 404
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
23
assets/sass/common.scss
Normal file
23
assets/sass/common.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
:root {
|
||||
background: var(--background);
|
||||
color: var(--text);
|
||||
|
||||
font-size: 100%;
|
||||
font-family: var(--font-family);
|
||||
line-height: var(--line-height);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--text-600);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
font-weight: 500;
|
||||
}
|
Reference in New Issue
Block a user