this allows you to get a more black theme on Telegram's WebZ client
Enjoy! :)
Authortgrush
LicenseNo License
Categorytelegram webz
Created
Updated
Size585 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Enjoy! :)
/* ==UserStyle==
@name Amoled for webz.telegram.org
@version 20220405.18.05
@namespace userstyles.world/user/tgrush
@description ### this allows you to get a more black theme on Telegram's WebZ client
Enjoy! :)
@author tgrush
@license No License
==/UserStyle== */
@-moz-document domain("webz.telegram.org") {
html, body {
--color-webpage-initial-background: #000000;
--color-background: #000000;
--color-background-compact-menu: rgba(0,0,0,0.7);
--color-background-compact-menu-reactions: rgba(0,0,0,0.7);
--color-borders: #151515
}
}