Makes the horse stat icons in horse overview match text color, so that they have sufficient contrast with the background and aren't as hard on the eyes.
Monochrome Stat Icons by nagapie

Details
Authornagapie
LicenseCC0 1.0 Universal
CategoryHorse Reality
Created
Updated
Code size663 B
Code checksum6e801a4e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Update 8.12.2024
Added CC0 license to clarify that this style is free to use and modify.
Source code
/* ==UserStyle==
@name Monochrome Stat Icons
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes energy, fitness and affection icons monochrome in horse overview.
@author Nagapie
@license CC0 1.0 Universal
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com/horses/") {
.horse-stats .horse-stat-energy i {
color: #030d27;
}
.horse-stats .horse-stat-fitness i {
color: #030d27;
}
.horse-stats .horse-stat-affection i {
color: #030d27;
}
.horse-stats .horse-stat--low span {
color: #030d27;
}
}