changes blackhole color shown in your intra profila from that strident red to something which I like
42 intra blackhole color by outsiderice
Details
Authoroutsiderice
LicenseNo License
Categoryhttps://profile.intra.42.fr/
Created
Updated
Size538 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name profile.intra.42.fr - Jun 2024
@version 20240614.07.52
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://profile.intra.42.fr/") {
/* Element | https://profile.intra.42.fr/ */
.milestone > div:nth-child(2) > div:nth-child(1) {
/* color: rgb(234, 52, 35); */
color: rgb(255, 167, 0)!important;
}
/* Element | https://profile.intra.42.fr/ */
.eta > div:nth-child(2) > div:nth-child(1) {
/* color: rgb(234, 52, 35); */
color: rgb(104, 255, 0)!important;
}
}