Skip to content

Monochrome Icons - HR Horse Overview Tweak by nagapie

Screenshot of Monochrome Icons - HR Horse Overview Tweak

Details

Authornagapie

LicenseNo License

Categoryhttps://v2.horsereality.com/horses/

Created

Updated

Size600 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the HR Horse Overview's stat icons monochrome.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Monochrome Icons - HR Horse Overview Tweak
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Makes horse energy, fitness and affection elements all the same color. 
@author         Nagapie
==/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;
}

Reviews

No reviews yet.