Skip to content

Instantly share code, notes, and snippets.

@kaosf
Last active March 24, 2024 11:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaosf/d8f58ade388f7328d0b5b6a12e5a14c8 to your computer and use it in GitHub Desktop.
Save kaosf/d8f58ade388f7328d0b5b6a12e5a14c8 to your computer and use it in GitHub Desktop.
My Dark Theme CSS for Rabbit (one of Nostr client)
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.
*/
@kaosf
Copy link
Author

kaosf commented Sep 21, 2023

Trackback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment