Created
April 5, 2023 02:17
-
-
Save CobreDev/bc3a5e4c725720371e560b55e679768b to your computer and use it in GitHub Desktop.
Dynamic Twitter for Arc, based off your Space theme
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-foregroundPrimary) !important; | |
} | |
body { | |
background: var(--arc-palette-background) !important; | |
} | |
[data-testid="primaryColumn"] { | |
background: var(--arc-palette-background) !important; | |
} | |
[data-testid="primaryColumn"] > div > div:nth-child(3) { | |
background: var(--arc-palette-background) !important; | |
} | |
[data-testid="primaryColumn"] > div > div:nth-child(1) { | |
background: var(--arc-palette-background) !important; | |
} | |
[data-testid="SideNav_NewTweet_Button"] { | |
background: var(--arc-palette-cutoutColor) !important; | |
} | |
[data-testid="SideNav_NewTweet_Button"] svg { | |
fill: var(--arc-palette-foregroundSecondary) !important; | |
/* 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; | |
} | |
.r-iphfwy { | |
background-color: var(--arc-palette-background) !important; | |
} | |
.r-ymttw5 { | |
background-color: var(--arc-palette-background) !important; | |
} | |
.r-qklmqi { | |
background-color: var(--arc-palette-background) !important; | |
} | |
.r-kemksi { | |
background-color: var(--arc-palette-background) !important; | |
} | |
.r-5wli1b { | |
display: none !important; | |
} | |
span { | |
color: var(--arc-palette-maxContrastColor) !important; | |
} | |
header a[href='/i/twitter_blue_sign_up']{ | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment