Last active
June 21, 2025 15:43
-
-
Save qazer2687/22240e25e1e6b62542bbcc6aca6cbf9c to your computer and use it in GitHub Desktop.
microbin.css
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
| @import url("https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css"); | |
| :root { | |
| --background-body: #161616; | |
| --background: #121212; | |
| --background-alt: #161616; | |
| } | |
| pre, code { | |
| white-space: pre-wrap; | |
| word-break: break-all; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment