Skip to content

Instantly share code, notes, and snippets.

View isakfagerlund's full-sized avatar
💻
Growing

Isak Fagerlund isakfagerlund

💻
Growing
View GitHub Profile
@isakfagerlund
isakfagerlund / styles.css
Last active April 1, 2023 23:54
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;