airalo sim card dark mode.
airalo sim card dark mode by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categoryairalo
Created
Updated
Size830 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 airalo sim card dark mode
@version 20240806.02.36
@namespace english
@description airalo sim card dark mode.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("airalo.com") {
/* ==UserStyle==
@name airalo sim card dark mode
@description airalo sim card dark mode.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
body{
filter: invert(1)hue-rotate(180deg)brightness(1.35)contrast(0.79)saturate(1.4);
background:#282828;
}
}