feat: normal text color for nav logo (#1321)

zio/stable
patak 2023-01-19 19:08:33 +01:00 committed by GitHub
parent abaf4a2f54
commit d8bf96fd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@
<style scoped>
svg path.wood {
fill: var(--c-dark-primary-light);
fill: var(--c-text-secondary);
}
svg path.body {
fill: var(--c-primary);
fill: var(--c-text-base);
}
</style>