1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 22:16:49 +01:00

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

This commit is contained in:
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

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>