chore: use background-color
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-12-11 20:50:59 +01:00
parent 334c5610d9
commit 7969daa341
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const motd = computed(() => store.state.config.motd)
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .2);
background-color: rgba(0, 0, 0, .2);
z-index: 10;
}