logo

pleroma-fe

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

scrollbar.style.js (171B)


  1. export default {
  2. name: 'Scrollbar',
  3. selector: '::-webkit-scrollbar',
  4. defaultRules: [
  5. {
  6. directives: {
  7. background: '--wallpaper'
  8. }
  9. }
  10. ]
  11. }