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>