brighten the background a little

This commit is contained in:
nek0 2019-12-22 18:19:26 +01:00
parent efd7036bc9
commit 8a90913f2a
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ body::before {
bottom: 0;
left: 0;
right: 0;
background-color: #d00000;
background-image: linear-gradient(to bottom, rgba(208,0,0,0.9) 0%,rgba(208,0,0,0.9) 100%), url(/images/Chaoszone.black.svg);
background-color: #c30000;
background-image: linear-gradient(to bottom, rgba(195,0,0,0.9) 0%,rgba(195,0,0,0.9) 100%), url(/images/Chaoszone.black.svg);
background-size: contain;
background-attachment:fixed;
background-repeat:no-repeat;