Compare commits

...

1 commit

Author SHA1 Message Date
patak
6d607f4549 style: tone down logo 2023-01-19 20:54:52 +01:00

View file

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