Seems like something broke, this could fix it?

This commit is contained in:
Midou36O 2022-02-08 14:21:04 +01:00 committed by GitHub
parent b10c03c9cb
commit 7e28f57436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,13 +29,14 @@ html {
body {
background-color:rgb(30, 30, 30);
background-image: url(https://github.com/Midou36O/midou36o.github.io/blob/main/src/images/BG_FHD.png?raw=true);
background-repeat:no-repeat;
background-size: cover;
background-position: center center;
color: var(--brighter-purple-color);
margin: 0px;
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-repeat:no-repeat;
background-position: center center;
}
.sociallink {