I used the wrong colour variables here.
This commit is contained in:
parent
b3a9eb4fdf
commit
bf3912a560
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
--profile-header: initial; //url('/profile.php?u=1&m=background');
|
--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-image: var(--profile-header);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: var(--background-colour);
|
background-color: var(--accent-colour);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue