background fix

This commit is contained in:
ReznoRMichael 2020-09-17 20:08:44 +02:00
parent 87e780a20e
commit 51b69036ec
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 254 KiB

View file

@ -30,7 +30,7 @@ html {
body { body {
font-family: 'Heebo', sans-serif; font-family: 'Heebo', sans-serif;
color: #fff; color: #fff;
background-color: #040813; background-color: #050d18;
margin: 0; margin: 0;
} }
@ -45,7 +45,7 @@ textarea::-webkit-scrollbar-track,
body::-webkit-scrollbar-track-piece, body::-webkit-scrollbar-track-piece,
textarea::-webkit-scrollbar-track-piece, textarea::-webkit-scrollbar-track-piece,
textarea::-webkit-resizer { textarea::-webkit-resizer {
background-color: #040813; background-color: #050d18;
} }
body::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb,