Skip to content

Instantly share code, notes, and snippets.

@CobreDev
Created April 5, 2023 02:17
Show Gist options
  • Save CobreDev/bc3a5e4c725720371e560b55e679768b to your computer and use it in GitHub Desktop.
Save CobreDev/bc3a5e4c725720371e560b55e679768b to your computer and use it in GitHub Desktop.
Dynamic Twitter for Arc, based off your Space theme
* {
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