[CSS] Fixed background incorrect sizing.

This commit is contained in:
Eliseu Amaro 2021-08-05 13:09:18 +01:00 committed by Hugo Sales
parent d0b2cccb63
commit 95fd86f8dc
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
2 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@
--bg3: #8081BA;
--translucent: #1A1A2666;
--white: #E9EAF2;
--white: #FFFFFF;
--shadow: 0px 0px 32px 0px #00000066;
@ -165,9 +165,11 @@ hr {
body,
html {
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-attachment: fixed;
color: var(--white);
font-family: var(--main-font);
}

BIN
public/assets/css/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B