CybhackTG
CybhackTG by as1a1337
Details
Authoras1a1337
LicenseNo License
Categoryff
Created
Updated
Code size1.0 kB
Code checksum7856e3d1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name CybhackTG
@version 20240310.02.44
@namespace https://userstyles.world/user/as1a1337
@description CybhackTG
@author as1a1337
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://cybhack.net/") {
.p-pageWrapper,
.p-staffBar,
.pairs.pairs--rows,
.p-nav,
.ch-toggle,
.ch-attention--detatils > li,
.ch-as-settingsRow,
.ch-alert--body {
background: #0e1621 !important;
}
.block-container,
.ch-threadPosts,
.ch-threadPost,
.ch-thread,
.blockStatus,
.ch-breadcrumb,
.menu-content,
.ch-profile-slider,
.ch-message-responseRow,
.block--messages .message,
.overlay,
.overlay-title,
.ch-wallet--item,
.ch-fpt,
.blockMessage,
.ch-alerts,
.menu-header {
background: #17212b;
}
.button--cta {
background: #248dc3 !important;
&:hover {
background: #248dc3 !important;
}
}
a {
color: #00ceff;
&:hover {
color: #00ceff;
}
}
.tc-ch-hp-thread:hover .block-container {
background: #19475f;
}
}