portet blog

This commit is contained in:
2020-09-23 15:37:12 +02:00
parent b447b99159
commit 4df5603222
17 changed files with 271 additions and 25 deletions

View File

@@ -4,6 +4,9 @@
--ff: 'Jost', Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
Helvetica Neue, sans-serif;
--ff-alt: 'Playfair Display', serif;
--clr-primary: hsl(219, 90%, 80%);
--clr-secondary: hsl(64, 93%, 51%);
--animation: all 250ms ease;
}
body {
@@ -32,6 +35,7 @@ h6 {
font-family: var(--ff-alt);
font-weight: normal;
margin: 1em 0 0.5em 0;
line-height: 1.2;
}
p {
@@ -43,11 +47,6 @@ hr {
border: 0.1px solid var(--clr-primary);
}
:root {
--clr-primary: hsl(219, 90%, 80%);
--clr-secondary: hsl(64, 93%, 51%);
}
a {
color: inherit;
text-decoration: none;