logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

poll_graph.style.js (183B)


  1. export default {
  2. name: 'PollGraph',
  3. selector: '.result-fill',
  4. defaultRules: [
  5. {
  6. directives: {
  7. background: '--accent',
  8. opacity: 0.5
  9. }
  10. }
  11. ]
  12. }