I'll let you cook instead.
CustomNitter by thebisexual
Imported from https://github.com/kingofcube/userstyles-that-i-made/raw/main/Styles/Nitter%20Customize.user.css
Mirrored from https://codeberg.org/ZunneCode/userstyles-that-i-made/raw/branch/main/Styles/Nitter/CustomNitter.user.css

Details
Authorthebisexual
LicenseNo License
CategoryNitter
Created
Updated
Code size1.8 kB
Code checksum6f88c453
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name CustomNitter
@namespace https://codeberg.com/ZunneCode/userstyles-that-i-made
@version 1.0.3
@description I'll let you cook instead.
@author King_Cube
@advanced text font "Font (Leave this as sans-serif for default)" sans-serif
@advanced color bg_color "BG" #0f0f0f
@advanced color bg_elem "BG Elements" #161616
@advanced color bg_panel "BG Panel" #161616
@advanced color bg_overlay "BG Overlay" #161616
@advanced color accent_color "Accent" #FF6C60
@advanced color text_color "Text" #ffffff
@advanced color ngtext_color "Nav Text" #FF6C60
@advanced color tag_color "User Tag" #FF6C60
@advanced color tab_color "Tab" #F8F8F2
@advanced color stab_color "Selected Tab" #FF6C60
@advanced color error_color "Error" #420A05
@advanced color verf_color "Verified Icon" #1DA1F2
==/UserStyle== */
@-moz-document domain("xcancel.com"), domain("tw.counter-strike.gay") {
body {
--bg_color: /*[[bg_color]]*/;
--fg_color: /*[[text_color]]*/;
--fg_dark: /*[[tag_color]]*/;
--fg_nav: /*[[ngtext_color]]*/;
--bg_panel: /*[[bg_panel]]*/;
--bg_elements: /*[[bg_elem]]*/;
--bg_overlays: /*[[bg_overlay]]*/;
--accent: /*[[accent_color]]*/;
--accent_light:/*[[accent_color]]*/;
--accent_dark: /*[[accent_color]]*/;
--accent_border: /*[[accent_color]]*/;
--play_button: /*[[accent_color]]*/;
--play_button_hover: /*[[accent_color]]*/;
--more_replies_dots: /*[[accent_color]]*/;
--error_red: /*[[error_color]]*/;;
--verified_blue: /*[[verf_color]]*/;
--tab: /*[[tab_color]]*/;
--tab_selected: /*[[stab_color]]*/;
background-color: var(--bg_color);
color: var(--fg_color);
font-family: /*[[font]]*/
}
}