Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- --color-1: rgb(126 81 15);
- --color-2: rgb(35 100 30 / 67%);
- --color-3: rgb(60 103 180 / 71%);
- --color-4: rgb(157 24 24);
- --color-5: rgb(180 60 149);
- --default-bg: rgb(90, 40, 75);
- --default-text: rgb(108 108 108 / 85%);
- --custom-text: rgb(255 255 255 / 67%);
- }
- .tab-strip span .tab-position.is-substack > .tab-wrapper:not(.active) {
- background-color: var(--default-bg) !important;
- color: var(--default-text) !important;
- }
- .tab-position.is-substack > .tab-wrapper:not(.active) .title {
- color: var(--custom-text) !important;
- font-weight: 500;
- }
- .tab-strip span:nth-of-type(5n + 1) .tab-position.is-substack > .tab-wrapper:not(.active) {
- background-color: var(--color-1) !important;
- }
- .tab-strip span:nth-of-type(5n + 2) .tab-position.is-substack > .tab-wrapper:not(.active) {
- background-color: var(--color-2) !important;
- }
- .tab-strip span:nth-of-type(5n + 3) .tab-position.is-substack > .tab-wrapper:not(.active) {
- background-color: var(--color-3) !important;
- }
- .tab-strip span:nth-of-type(5n + 4) .tab-position.is-substack > .tab-wrapper:not(.active) {
- background-color: var(--color-4) !important;
- }
- .tab-strip span:nth-of-type(5n) .tab-position.is-substack > .tab-wrapper:not(.active) {
- background-color: var(--color-5) !important;
- }
- .tab-wrapper:not(.active):hover .title {
- color: rgb(255, 255, 255, 81%) !important;
- }
- .tab-wrapper:not(.active):hover {
- background-color: rgb(37, 37, 41) !important;
- }
- .tab.active {
- background-color: rgb(48, 48, 52) !important;
- color: rgb(255, 255, 255, 81%) !important;
- }
- .tab-position.is-substack > .active .tab {
- border: 1px rgb(72, 72, 72) solid !important;
- }
- #tabs-tabbar-container {
- background: #111114 !important;
- }
- .tab-position.is-substack .favicon {
- display: none;
- }
- .address-top .mainbar {
- border-bottom-width: 0;
- }
- .tab-position.is-substack .button-off {
- overflow: visible;
- }
- .tab-position.is-substack .tab-header {
- overflow: visible !important;
- }
- .tab-position.is-substack .button-badge {
- left: -5px !important;
- top: -1px !important;
- overflow: visible;
- }
- .button-badge {
- background: #ab1717 !important;
- color: #ffffffb8;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement