mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-14 04:00:32 +03:00
feat: normal text color for nav logo (#1321)
This commit is contained in:
parent
abaf4a2f54
commit
d8bf96fd70
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue