forked from GNUsocial/gnu-social
[CSS] Fixed background incorrect sizing.
This commit is contained in:
parent
d0b2cccb63
commit
95fd86f8dc
@ -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
BIN
public/assets/css/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 658 B |
Loading…
Reference in New Issue
Block a user