many fixes

This commit is contained in:
sakrecoer 2020-08-05 10:48:20 +02:00
parent dff8261923
commit 704c288a79
21 changed files with 94 additions and 33 deletions

View file

@ -30,7 +30,9 @@ article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
html {
scroll-behavior: smooth;
}
body {
line-height: 1.75;
}

View file

@ -133,8 +133,8 @@ $font: (
// Palette.
$palette: (
bg: #1f1729,
bg-alt: rgba(31, 23, 41, 0.75),
bg: rgb(60, 42, 82),
bg-alt: rgba(60, 42, 82, 0.75),
fg: #ebdbf8,
fg-alt: rgba(235, 219, 248, 0.25),
border: #000000,