Skip to content

42 intra blackhole color by outsiderice

Screenshot of 42 intra blackhole color

Details

Authoroutsiderice

LicenseNo License

Categoryhttps://profile.intra.42.fr/

Created

Updated

Code size538 B

Code checksum7080fed0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

changes blackhole color shown in your intra profila from that strident red to something which I like

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;
}

}

Reviews

No reviews yet.