Created
June 6, 2025 10:39
-
-
Save LukeNewNew/174a6ad726b44510d95a8b36a8a9c8d8 to your computer and use it in GitHub Desktop.
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
.prose-slate, .prose-slate :not(.katex, .katex *) { | |
font-size: revert !important; | |
line-height: unset !important; | |
} | |
.whitespace-pre-wrap { | |
white-space: normal; | |
} | |
html body :not(.katex, .katex *) { | |
font-family: revert !important; | |
letter-spacing: 0 !important; | |
} | |
.bg-blue-9, .hover\:bg-blue-10:hover { | |
background-color: #ded7ffa6; | |
color: black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment