Light theme text

  • 🏰 The Fediverse is up. If you know, you know.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account

Shovel Mech Pilot

Backhoe Firestarter
kiwifarms.net
Joined
Nov 8, 2014
This is possibly autismal but the text on the light theme is too light and doesn't give good contrast against the white background. Can the text be darker?
 
Try this, it will make most body text half as light:
CSS:
html,
p.description,
.block--messages .message,
.block--messages .block-row {
    color: #171717;
}
I'm assuming you're using the KF 2022 light theme. Apply it with Stylus or another add-on/extension to the kiwifarms.net domain.

This is just a quick fix, there is more text around that has the normal #333 colored text. If it's still too light you can drop it to #000 (pure black).
 
Back
Top Bottom