Fix BG colour issue.

Dark Reader was overriding the value and hiding the issue.
This commit is contained in:
2025-05-27 10:56:53 -04:00
parent 500669007e
commit f89ca3d2d8

View File

@@ -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;