[v2] Fix css in templates

This commit is contained in:
Lea Anthony
2021-11-08 19:23:28 +11:00
parent c64b7bb79c
commit 79e99b68d6
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
html {
text-align: center;
color: white;
background-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
}

View File

@@ -1,5 +1,5 @@
html {
background-color: rgba(33, 37, 43, 0);
background-color: rgba(33, 37, 43, 0.5);
text-align: center;
color: white;
}