changed background color so dark bar isn't visible. Closes #2

This commit is contained in:
Felix Schulze 2019-11-11 20:01:06 +01:00
parent 3594ca0fac
commit 24bf6336d8

View File

@ -7964,7 +7964,7 @@ body {
background-attachment: fixed; background-attachment: fixed;
height: 100%; height: 100%;
position: relative; position: relative;
background-color: #27233a background-color: #8b495c;
} }
::-moz-selection { ::-moz-selection {