style: colorize antlers only (#1331)

zio/stable
Michel EDIGHOFFER 2023-01-21 16:39:30 +01:00 committed by GitHub
parent 1cf123b62b
commit db1d91a5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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