I used the wrong colour variables here.

This commit is contained in:
flash 2018-09-19 10:36:48 +02:00
parent b3a9eb4fdf
commit bf3912a560
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
--profile-header: initial; //url('/profile.php?u=1&m=background');
background-color: var(--background-colour);
background-color: var(--accent-colour);
background-image: var(--profile-header);
background-size: cover;
background-repeat: no-repeat;

View file

@ -18,7 +18,7 @@
top: 0;
height: 100%;
width: 100%;
background-color: var(--background-colour);
background-color: var(--accent-colour);
background-size: cover;
background-repeat: no-repeat;
background-position: center;