chore: cleanup double color definition
All checks were successful
continuous-integration/drone/pr Build is passing

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

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