twitter moment
inverted follow button by a2x2
Details
Authora2x2
LicenseNo License
Categorytwitter
Created
Updated
Size728 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 inverted follow button
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
div[aria-label^="Follow @"] {
background-color: transparent;
border-color: rgb(83, 100, 113);
}
div[aria-label^="Follow @"] * {
color: white !important;
}
div[aria-label^="Follow @"]:hover {
background-color: rgba(255, 255, 255, 0.1);
}
div[aria-label^="Following @"] {
background-color: white;
border: none;
}
div[aria-label^="Following @"] * {
color: rgb(15, 20, 25);
}
div[aria-label^="Following @"]:hover {
background-color: rgba(220, 30, 41);
border: none;
}
div[aria-label^="Following @"]:hover *{
color: white;
}