Fix BG colour issue.
Dark Reader was overriding the value and hiding the issue.
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-image: url(test-image.jpg);
|
background-image: url(test-image.jpg);
|
||||||
background-color: rgba(0, 0, 0, 50%);
|
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
align-content: start;
|
align-content: start;
|
||||||
|
|||||||
Reference in New Issue
Block a user