Created
May 11, 2025 08:56
-
-
Save TheBigRoomXXL/a144ef32910e6b04dfc41779047bac09 to your computer and use it in GitHub Desktop.
External stylesheet for tinyfeed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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