| 123456789101112131415161718192021222324252627282930313233 |
- :root {
- /**
- * Header and footer.
- */
- --header-background: #3c6b79;
- --ui-color-border: #7879c8;
- /**
- * Sidebar.
- */
- --sidebar-background: #1b4859;
- /**
- * Sections.
- */
- --section-title-background: #0f3a4f;
- --section-background-list: #121f37;
- --section-background-content: #395f75;
- /**
- * Input elments
- */
- --input-background: linear-gradient(0deg, #3f5bba 0%, #7779c6 97%, #8ec0d1 100%);
- --input-background-disabled: linear-gradient(0deg, #603d20 0%, #64563c 97%, #685447 100%);
- --input-background-unchecked: #283e60;
- --input-background-checked: #8fb8d1;
- /**
- * Other colors
- */
- --color-monster-tooltip-background: #090c33;
- --color-monster-tooltip-header: #050015;
- --color-table-rune-background: #373662;
- --color-table-rune-border: #211933;
- }
|