A tweak to the existing Pink colour on Twitter to align with Blaseball's Microphone Pink.
Mic Pink Twitter by kit-mason

Details
Authorkit-mason
LicenseNo License
Categorytwitter
Created
Updated
Code size1.6 kB
Code checksum712c15bc
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Mic Pink Twitter
@version 20210825.11.32
@namespace userstyles.world/user/kit-mason
@description A tweak to the existing Pink colour on Twitter to align with Blaseball's Microphone Pink.
@author kit-mason
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://example.com") {
/*
INFORMATION
Mic Pink Twitter Style v.0.1
by Kit Mason (@Kit_Mason_ on Twitter)
Licensed Under: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
Mic Pink Inspired by Blaseball (blaseball.com)
*/
}
@-moz-document domain("twitter.com") {
.r-1f4tc2a {
background-color: rgb(255, 0, 123);
}
/* LOTS OF THINGS BUT MOSTLY THE TWEET BUTTON */
.r-9l7dzd {
color: rgb(255, 0, 123);
}
/* REPLY SETTING, BUTTONS, @s */
.r-12d83nn {
background-color: rgb(219, 0, 106);
}
/* BUTTON HOVER */
.r-1m6w7xr {
border-color: rgb(255, 0, 123);
}
/* FIGURE OUT WHAT THIS ONE DOES LATER */
.r-oybae9 {
border-color: rgb(194, 0, 94);
}
/* HOVER COLOUR, BORDER */
.r-oybae9 {
background-color: rgb(194, 0, 94);
}
/* HOVER COLOUR, BACKGROUND */
.r-qqmkd0 {
background-color: rgba(255, 0, 123, 0.1);
}
/* ADD TWEET HOVER AND CLICK BACKGROUND */
.r-1hlixeu {
background-color: rgba(194, 0, 94, 0.2);
}
/* ADD TWEET HOVER BACKGROUND */
.r-zvzujd {
border-right-color: rgb(255, 0, 123);
}
/* SETTINGS RIGHT-HAND BORDER */
.r-131vvwg {
background-color: rgba(194, 0, 94, 0.2)
}
/* NOTIFICATION SCREEN HOVER */
/* TODO: BORDER COLOUR ON EACH MODE SELECTION, CHANGE FLOWER TO MIC PINK, CHANGE CHARACTER LIMIT CIRCLE BAR TO MIC PINK */
}