ui-rta.css 860 B

123456789101112131415161718192021222324252627282930313233
  1. :root {
  2. /**
  3. * Header and footer.
  4. */
  5. --header-background: #3c6b79;
  6. --ui-color-border: #7879c8;
  7. /**
  8. * Sidebar.
  9. */
  10. --sidebar-background: #1b4859;
  11. /**
  12. * Sections.
  13. */
  14. --section-title-background: #0f3a4f;
  15. --section-background-list: #121f37;
  16. --section-background-content: #395f75;
  17. /**
  18. * Input elments
  19. */
  20. --input-background: linear-gradient(0deg, #3f5bba 0%, #7779c6 97%, #8ec0d1 100%);
  21. --input-background-disabled: linear-gradient(0deg, #603d20 0%, #64563c 97%, #685447 100%);
  22. --input-background-unchecked: #283e60;
  23. --input-background-checked: #8fb8d1;
  24. /**
  25. * Other colors
  26. */
  27. --color-monster-tooltip-background: #090c33;
  28. --color-monster-tooltip-header: #050015;
  29. --color-table-rune-background: #373662;
  30. --color-table-rune-border: #211933;
  31. }