1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-02-20 09:19:47 +03:00

style: tone down logo

This commit is contained in:
patak 2023-01-19 20:54:52 +01:00
parent 126619be92
commit 6d607f4549

View file

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