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

This commit is contained in:
kolaente 2021-12-11 18:28:39 +01:00
parent 6fff15518d
commit 613c2bd374
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const motd = computed(() => store.state.config.motd)
width: 100%;
min-height: 60vh;
display: flex;
background: var(--white);
background-color: var(--white);
border-radius: $radius;
box-shadow: var(--shadow-md);
overflow: hidden;