pub / selfoss-tweaks

Tweaks for the selfoss RSS reader
git clone src.jayvii.de/pub/selfoss-tweaks.git
Home | Log | Files | Exports | Refs | RSS

accessibility.css (96B)


      1 /* Set minimum font size for content of 16pt */
      2 .entry-content {
      3   font-size: max(1em, 14pt);
      4 }