add: desktop-background + fix: desktop-layout
This commit is contained in:
parent
3b67ce0e5a
commit
2d31b019e9
4 changed files with 13 additions and 2 deletions
|
@ -65,6 +65,8 @@
|
|||
--radius-border: var(--font-size-default);
|
||||
|
||||
--transition-default: 150ms;
|
||||
|
||||
--page-max-width: 820px;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -78,9 +80,14 @@ body {
|
|||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
font-family: sans-serif;
|
||||
background: var(--color-main-darkest);
|
||||
color: var(--color-text);
|
||||
font-size: var(--font-size-default);
|
||||
max-width: var(--page-max-width);
|
||||
margin: 0 auto;
|
||||
background-image: url("/img/desktop-background.svg");
|
||||
background-position: center;
|
||||
box-shadow: var(--box-shadow-z2);
|
||||
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue