many fixes
This commit is contained in:
parent
dff8261923
commit
704c288a79
21 changed files with 94 additions and 33 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue