Advertisement
ampedPF

Dark mode for ideas.streamer.bot using Stylus

Feb 2nd, 2022 (edited)
2,969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. /*
  2. Stylus extension for chrome: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en
  3. */
  4.  
  5. body {
  6.     background: #161616;
  7. }
  8.  
  9. h1 {
  10.     color: #FFFFFF !important;
  11. }
  12.  
  13. .text-title {
  14.     color: #78D1FF;
  15. }
  16.  
  17. .c-markdown {
  18.     color: #B6B6B6;
  19. }
  20.  
  21. .p-home__welcome-col {
  22.     background-color: #242424 !important;
  23. }
  24.  
  25. .c-input, .c-textarea {
  26.     background-color: #BBB !important;
  27. }
  28.  
  29. .bg-gray-50 {
  30.     background-color: #242424 !important;
  31. }
  32.  
  33. .c-username {
  34.     color: #78D1FF;
  35. }
  36.  
  37. .date {
  38.     color: #BABABA;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement