t.me dark
t.me dark by cerberuzzz
Details
Authorcerberuzzz
LicenseNo License
Categoryuserstyles
Created
Updated
Size981 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 t.me dark
@version 20220228.15.10
@namespace userstyles.world/user/cerberuzzz
@description t.me dark
@author cerberuzzz
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://t.me/") {
body, .tgme_head_wrap, body.body_widget_post, .tgme_page_post, .tgme_page_title {
background-color: #222226;
color: #f5f5f5;
}
.tgme_header, .tgme_header_title, .tgme_header_counter, .tgme_header_search, .tgme_header_search_form_input, .link_preview_title, .link_preview_description {
background-color: #333336;
color: #f5f5f5;
}
.tgme_widget_message_bubble, .tgme_channel_info {
background-color: #333336;
border: 1px solid #333336;
box-shadow: 0 0 0 1px #333336;
}
svg {
filter: grayscale(100%) invert(0.9) brightness(2);
}
.tgme_logo {
filter: grayscale(100%) invert(0.85) brightness(2);
}
.fixed_actions .tgme_page_widget_actions {
background-color: inherit;
border-top: 0px;
}
}