Flip left and right colors for ground.news, no idea why it is reversed. To reduce... color bias? Cool.
Flip Red(left) <> Right(blue) by salimsket
Details
Authorsalimsket
LicenseNo License
Categoryground.news
Created
Updated
Size542 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 Flip Red(left) <> Right(blue)
@version 20250123.09.03
@namespace https://userstyles.world/user/salimsket
@description Flip left and right colors for ground.news, no idea why it is reversed. To reduce... color bias? Cool.
@author salimsket
@license No License
==/UserStyle== */
@-moz-document domain("ground.news") {
.bg-ground-new-dark-blue{
background-color: rgb(128 39 39/var(--tw-bg-opacity));
}
.bg-ground-new-dark-red{
background-color: rgb(32 73 134/var(--tw-bg-opacity));
}
}