Skip to content

Instantly share code, notes, and snippets.

@stramargio
Created June 4, 2023 04:19
Show Gist options
  • Save stramargio/ef3dba0db98057cba91c0d3ff5bbf943 to your computer and use it in GitHub Desktop.
Save stramargio/ef3dba0db98057cba91c0d3ff5bbf943 to your computer and use it in GitHub Desktop.
GoToSocial light-mode css
:root {
--lightbrown: #efefef;
}
body {
background: var(--white1);
color: var(--bg);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
header a h1 {
color: var(--bg);
}
.profile .header .basic-info .username {
color: var(--blue1);
}
.profile .about-user .accountstats,
.toot,
.profile .header,
.profile .col-header,
.profile .about-user .bio,
.profile .about-user .fields,
.toot.expanded,
.toot:last-child,
.toot:last-child .info,
.toot.expanded .info,
.toot:last-child .info,
.toot .info {
background-color: var(--lightbrown);
}
.profile .toots .toot,
.toot {
border: none;
}
.toot.expanded .info,
.toot:last-child .info,
.toot .info {
border-top: 1px dotted #ccc;
}
a, .toot .text a,
.toot .author > a .username {
color: var(--blue1);
}
.toot {
box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment