logo

pleroma-fe

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

rich_content.style.js (315B)


  1. export default {
  2. name: 'RichContent',
  3. selector: '.RichContent',
  4. validInnerComponents: [
  5. 'Text',
  6. 'FunText',
  7. 'Link'
  8. ],
  9. defaultRules: [
  10. {
  11. directives: {
  12. '--font': 'generic | inherit',
  13. '--monoFont': 'generic | monospace',
  14. textNoCssColor: 'yes'
  15. }
  16. }
  17. ]
  18. }