1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-09 07:46:48 +01:00

style: colorize antlers only (#1331)

This commit is contained in:
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

View file

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