Last active
April 1, 2023 23:54
-
-
Save isakfagerlund/7f4d4e910d6b8cf97d9fce17972b9de7 to your computer and use it in GitHub Desktop.
Minimalistic Twitter Boost with Arc Styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
color: var(--arc-palette-minContrastColor) !important; | |
} | |
body { | |
background: var(--arc-palette-foregroundPrimary) !important; | |
} | |
[data-testid="primaryColumn"] { | |
background: var(--arc-palette-foregroundPrimary) !important; | |
} | |
[data-testid="primaryColumn"] > div > div:nth-child(3) { | |
background: var(--arc-palette-foregroundPrimary) !important; | |
} | |
[data-testid="primaryColumn"] > div > div:nth-child(1) { | |
background: var(--arc-palette-foregroundPrimary) !important; | |
} | |
[data-testid="SideNav_NewTweet_Button"] { | |
background: var(--arc-palette-minContrastColor) !important; | |
} | |
[data-testid="SideNav_NewTweet_Button"] svg { | |
fill: var(--arc-palette-foregroundPrimary) | |
} | |
[data-testid="sidebarColumn"] { | |
display: none !important; | |
} | |
.r-6026j { | |
background-color: inherit !important; | |
} | |
.r-14lw9ot { | |
background: var(--arc-palette-foregroundPrimary) !important; | |
} | |
span { | |
color: black!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment