Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family: Arial, sans-serif !important;
- }
- /*
- * LIGHT THEME
- */
- .side-nav-card__link {
- border-bottom: 1px solid #d5d5d5;
- }
- .side-nav__scrollable_content {
- background-color: rgb(26, 26, 26);
- }
- svg.tw-icon__svg {
- -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
- filter: invert(100%);
- }
- svg.tw-svg__asset--friendssc {
- -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
- filter: invert(100%);
- }
- .search-item__history {
- color: white;
- }
- .tw-c-text-base {
- color: #000 !important;
- }
- .navigation-link.active, .navigation-link:hover {
- color: #e0a1ff;
- }
- .navigation-link {
- color: white;
- }
- svg.tw-svg__asset--followhollow {
- -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
- filter: invert(100%);
- }
- .channel-leaderboard-header {
- background-color: rgb(255, 255, 255) !important;
- }
- body {
- background: rgb(232, 232, 232);}
- .tw-core-button--secondary {
- background: rgb(255, 255, 255);}
- .tw-input {
- background: rgb(255, 255, 255);}
- .root {
- --color-background-base: hsl(261, 42%, 42%);
- }
- .tw-tag {
- background-color: rgb(255, 255, 255);
- }
- /*
- * DARK THEME (overrides light theme)
- .tw-root--theme-dark {
- --color-background-input-focus: #222;
- --color-border-input-focus: #777;
- }
- .tw-root--theme-dark body,
- .tw-root--theme-dark .channel-header,
- .tw-root--theme-dark .channel-root__right-column {
- background: #242424;
- }
- .tw-root--theme-dark .chat-room {
- background: #242424;
- }
- .tw-root--theme-dark .side-nav-card__link {
- border-bottom: 1px solid #444;
- } */
- /*
- * GLOBAL
- */
- h1 {
- font-size: 3.5rem;
- }
- .navigation-link * {
- font-size: 14px !important;
- }
- .side-nav-card__title p {
- font-size: inherit !important;
- line-height: 1.4 !important;
- }
- .channel-leaderboard-header__users .tw-strong {
- font-weight: normal !important;
- }
- .channel-leaderboard-header__users p {
- font-size: 12px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement