poll_graph.style.js (183B)
- export default {
- name: 'PollGraph',
- selector: '.result-fill',
- defaultRules: [
- {
- directives: {
- background: '--accent',
- opacity: 0.5
- }
- }
- ]
- }
git clone https://hacktivis.me/git/pleroma-fe.git
poll_graph.style.js (183B)
- export default {
- name: 'PollGraph',
- selector: '.result-fill',
- defaultRules: [
- {
- directives: {
- background: '--accent',
- opacity: 0.5
- }
- }
- ]
- }