Skip to content

Instantly share code, notes, and snippets.

@esmevane
Created November 5, 2025 15:15
Show Gist options
  • Select an option

  • Save esmevane/37e1b636b27c45a98abe724d7d682726 to your computer and use it in GitHub Desktop.

Select an option

Save esmevane/37e1b636b27c45a98abe724d7d682726 to your computer and use it in GitHub Desktop.
[ Stylesheet ]: Some minor adjustments to radiant.computer styles
:root {
--color-headers: #9f3705;
--color-foreground: #2b0010;
}
h1 {
letter-spacing: 0;
& > a {
color: var(--color-headers);
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
}
p {
font-size: 1.1rem;
font-weight: 500;
}
.font-subheader {
font-size: 1.2rem;
font-weight: 800;
text-transform: uppercase;
opacity: 0.65;
}
.copyright {
text-transform: uppercase;
font-weight: 900;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment