chore: cleanup double color definition
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-12-11 20:36:17 +01:00
parent 9b58c5fb6b
commit fc8321df6b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ const motd = computed(() => store.state.config.motd)
}
.logo {
color: var(--logo-text-color);
max-width: 100%;
margin: 1rem 0;
}