pleroma-fe/src/components/poll/poll_graph.style.js

12 lines
187 B
JavaScript
Raw Normal View History

export default {
name: 'PollGraph',
2024-02-22 00:31:20 +02:00
selector: '.result-fill',
defaultRules: [
{
directives: {
2024-02-22 00:31:20 +02:00
background: '--accent',
2026-01-06 16:22:52 +02:00
opacity: 0.5,
},
},
],
}