Advertisement
Nightdavisao

LoriBetterDark (Stylish)

Mar 29th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. @-moz-document domain("loritta.website") {
  2. /*
  3. *  Por favor, ative o modo noturno no website da Loritta,
  4. *  se caso o website não esteja no noturno o tema não irá funcionar corretamente,
  5. *  e você não poderá ativar para o modo noturno a não ser você tenha desativado o tema.
  6. */
  7. #themeChanger {
  8.     display: none;
  9. }
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5
  15. {
  16.     color: white;
  17. }
  18. p,
  19. li {
  20.     color: #b2b2b2;
  21. }
  22. .toggleSubText {
  23.     color: #b2b2b2 !important;
  24. }
  25. td {
  26.     color: #bfbfbf;
  27. }
  28. .stat-name,
  29. .teste, .stat-value span {
  30.     color: white !important;
  31. }
  32. i.fa,
  33. i.fas,
  34. i.fab,
  35. i.far {
  36.     color: white;
  37. }
  38. .dark #right-sidebar,
  39. .dark #left-sidebar
  40. {
  41.     background-color: #23272A;
  42. }
  43. .discord-scroller, .item {
  44.     color: #cecece !important;
  45. }
  46. .cmn-toggle-round:checked+label:before, .selected-item, div[style="padding: 30px;"] {
  47.     background-color: #29a6fe !important;
  48. }
  49. code {
  50.     font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
  51.     font-size: 95%;
  52.     background-color: #2f3136;
  53.     border-radius: 3px;
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement