Last active
March 24, 2024 11:55
-
-
Save kaosf/d8f58ade388f7328d0b5b6a12e5a14c8 to your computer and use it in GitHub Desktop.
My Dark Theme CSS for Rabbit (one of Nostr client)
This file contains 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
body { | |
background-color: #202732; | |
color: #c7c7c7; | |
} | |
a { | |
color: #7770f0; | |
} | |
a:visited { | |
color: #aaaaee; | |
} | |
textarea { | |
background-color: #404752; | |
color: #bbb; | |
} | |
div.flex.w-14.flex-auto.flex-col.items-center.gap-3.border-r.border-rose-200.pt-5 { | |
background-color: #202732; | |
color: #c7c7c7; | |
} | |
div.static { | |
background-color: #202732; | |
color: #c7c7c7; | |
} | |
.scrollbar::-webkit-scrollbar { | |
background-color: #888888; | |
color: #666666; | |
} | |
/* | |
Apply the CSS with Stylebot. | |
Stylebot: https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha | |
## References | |
- Nostr event | |
- note16p5g7p4wagxrpxhk8zvn822dcwl0nc3wh9hx0d07gxsyd3sjdnkq9jqd4q | |
- d0688f06aeea0c309af6389933a94dc3bef9e22eb96e67b5fe41a046c6126cec (HEX) | |
- https://yabu.me/?note16p5g7p4wagxrpxhk8zvn822dcwl0nc3wh9hx0d07gxsyd3sjdnkq9jqd4q | |
## License | |
Public Domain http://creativecommons.org/publicdomain/mark/1.0/ | |
This work is free of known copyright restrictions. | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trackback