Advertisement
Guest User

Untitled

a guest
Jul 21st, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. body {
  2. background: #2E3440;
  3. font-family: Yu Mincho;
  4. }
  5.  
  6. .kanji-link {
  7. color: #ebffff;
  8. }
  9.  
  10. .source-text {
  11. color: #ebffff;
  12. }
  13.  
  14. .gloss-content {
  15. color: #ebffff;
  16. }
  17.  
  18. :root {
  19. --background-color: #2E3440;
  20. --tag-text-color: white;
  21. --tag-border-color: transparent
  22. --tag-default-background-color: #88C0D0;
  23. --tag-name-background-color: #88C0D0;
  24. --tag-expression-background-color: #88C0D0;
  25. --tag-popular-background-color: #88C0D0;
  26. --tag-frequent-background-color: #88C0D0;
  27. --tag-archaism-background-color: #88C0D0;
  28. --tag-dictionary-background-color: #8FBCBB;
  29. --tag-frequency-background-color: #81A1C1;
  30. --tag-part-of-speech-background-color: #88C0D0;
  31. --tag-search-background-color: #88C0D0;
  32. --tag-pitch-accent-dictionary-background-color: #5E81AC;
  33. --accent-color: #8FBCBB;
  34. --text-color: #ebffff;
  35. --pitch-accent-annotation-color: #ebffff;
  36. --input-background-color: #3B4252;
  37. --reason-text-color: #5E81AC;
  38. --notification-text-color: #ebffff;
  39. --notification-background-color: #3B4252;
  40. --progress-bar-track-color: #D8DEE9;
  41. --light-border-color: #E5E9F0;
  42. --sidebar-background-color: #2E3440;
  43. --sidebar-button-background-color: transparent;
  44. --sidebar-button-background-color-hover: #81A1C1;
  45. --sidebar-button-background-color-active: #6d88a3;
  46. --sidebar-button-danger-background-color: transparent;
  47. --sidebar-button-danger-background-color-hover: #BF616A;
  48. --sidebar-button-danger-background-color-active: #8a373f;
  49. --sidebar-button-icon-color: #ebffff;
  50. --sidebar-button-disabled-icon-color: #808c8c;
  51. --sidebar-button-danger-icon-color: #ebffff;
  52.  
  53. }
  54.  
  55. ::-webkit-scrollbar {
  56. display: none;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement