Skip to content

Instantly share code, notes, and snippets.

@isakfagerlund
Last active April 1, 2023 23:54
Show Gist options
  • Save isakfagerlund/7f4d4e910d6b8cf97d9fce17972b9de7 to your computer and use it in GitHub Desktop.
Save isakfagerlund/7f4d4e910d6b8cf97d9fce17972b9de7 to your computer and use it in GitHub Desktop.
Minimalistic Twitter Boost with Arc Styles
* {
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