Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .tw-root--theme-dark body {
- background-color: #222029;
- --color-background-body: #222029;
- --color-background-alt: #222029;
- }
- .tw-root--theme-dark .directory-header-new__banner-cover {
- background: linear-gradient(0deg,#1b1a1a,rgba(0,0,0,.25)),linear-gradient(90deg,#1b1a1a,rgba(0,0,0,.25));
- }
- .tw-root--theme-dark .channel-root__right-column {
- background: #1b1a1a;
- }
- .tw-root--theme-dark .chat-room {
- background: #1b1a1a;
- }
- .tw-font-size-5 {
- font-size: 1.2rem!important;
- }
- .tw-font-size-4 {
- font-size: 1.2rem!important;
- }
- .tw-textarea:focus {
- background: #1b1a1a;
- }
- .tw-root--theme-dark {
- --color-background-base: #2d2d42;
- }
- .tw-animated-glitch-logo__body {
- fill: #482d6f;
- }
- .tw-core-button--primary {
- background-color: #2d2d42;
- }
- .tw-core-button--primary:hover {
- background-color: #2d2d42 !important;
- }
- .tw-core-button--secondary {
- background-color: rgba(0,0,0,.1);
- background-color: hsl(282, 18%, 18%);
- }
- .tw-core-button--secondary:hover {
- background-color: hsl(282, 18%, 18%) !important;
- }
- .chat-line__message:nth-child(odd), .chat-line__moderation:nth-child(odd), .chat-line__status:nth-child(odd) { background-color: rgba(50, 50, 50, .16); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement