Skip to content

Instantly share code, notes, and snippets.

@TheBigRoomXXL
Created May 11, 2025 08:56
Show Gist options
  • Save TheBigRoomXXL/a144ef32910e6b04dfc41779047bac09 to your computer and use it in GitHub Desktop.
Save TheBigRoomXXL/a144ef32910e6b04dfc41779047bac09 to your computer and use it in GitHub Desktop.
External stylesheet for tinyfeed
:root {
--primary: #1696D8;
--secondary: #d7b151;
--text: #cfcfcf;
--border: #c0c0c0;
--background: #002C37;
}
@media (prefers-color-scheme: light) {
:root {
--text: #5c7075;
--border: #EFE8D3;
--background: #FFF6E1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment