Created
February 11, 2025 20:27
-
-
Save badpenguin/53830833349572442752919afd5ace35 to your computer and use it in GitHub Desktop.
cloud.ai white theme (require "stylus" chrome extension)
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
@-moz-document domain("claude.ai") { | |
body { | |
background: white !important; | |
--font-system: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
--font-tiempos: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
--font-styrene-b: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
} | |
/* box above the answer */ | |
.group.bg-gradient-to-b { | |
background: #f0f0f0; | |
} | |
.group.bg-gradient-to-b p { | |
color: #333; | |
} | |
/* small buttons */ | |
button.text-xs { | |
color: #333; | |
} | |
/* sidebar */ | |
.bg-gradient-to-b { | |
background: rgb(249, 249, 249); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment