2023-12-30 05:29:53 +00:00
|
|
|
:root {
|
2024-03-26 23:06:03 +00:00
|
|
|
--primary-dark-10: #e54485;
|
2023-12-30 05:29:53 +00:00
|
|
|
--primary: #f65596;
|
2024-02-29 04:08:54 +00:00
|
|
|
--primary-light-10: #f075a6;
|
2024-05-28 03:49:28 +00:00
|
|
|
--primary-light-20: #f2a6c4;
|
2024-03-21 02:31:41 +00:00
|
|
|
--primary-light-30: #f7c9dc;
|
2023-12-30 05:29:53 +00:00
|
|
|
|
2024-01-25 02:07:26 +00:00
|
|
|
--grey-dark-50: #111;
|
2023-12-30 05:29:53 +00:00
|
|
|
--grey-dark-40: #222;
|
|
|
|
--grey-dark-30: #444;
|
|
|
|
--grey-dark-20: #666;
|
|
|
|
--grey-dark-10: #888;
|
|
|
|
--grey: #aaa;
|
|
|
|
--grey-light-10: #bbb;
|
|
|
|
--grey-light-20: #ccc;
|
|
|
|
--grey-light-30: #ddd;
|
|
|
|
--grey-light-40: #eee;
|
|
|
|
--grey-light-50: #fafafa;
|
|
|
|
--grey-light-60: #fcfcfc;
|
|
|
|
|
|
|
|
--background-dark-20: #eee;
|
|
|
|
--background-dark-10: #f8f8f8;
|
|
|
|
--background: #fff;
|
|
|
|
|
|
|
|
--background-base: #fff;
|
|
|
|
--background-base-10: #fafafa;
|
|
|
|
--background-base-20: #f0f0f0;
|
|
|
|
--background-level-10: #fff;
|
|
|
|
--background-level-20: #eee;
|
|
|
|
--background-level-30: #eee;
|
2024-01-05 23:30:30 +00:00
|
|
|
--background-dim: var(--shadow-weak-10);
|
2023-12-30 05:29:53 +00:00
|
|
|
|
2024-05-28 03:49:28 +00:00
|
|
|
--shadow-weak-50: rgba(0, 0, 0, .02);
|
2023-12-30 05:29:53 +00:00
|
|
|
--shadow-weak-40: rgba(0, 0, 0, .05);
|
|
|
|
--shadow-weak-30: rgba(0, 0, 0, .1);
|
|
|
|
--shadow-weak-20: rgba(0, 0, 0, .2);
|
|
|
|
--shadow-weak-10: rgba(0, 0, 0, .35);
|
|
|
|
--shadow: rgba(0, 0, 0, .5);
|
|
|
|
--shadow-strong-10: rgba(0, 0, 0, .6);
|
|
|
|
--shadow-strong-20: rgba(0, 0, 0, .75);
|
|
|
|
--shadow-strong-30: rgba(0, 0, 0, .9);
|
|
|
|
|
|
|
|
--highlight-weak-40: rgba(255, 255, 255, .05);
|
|
|
|
--highlight-weak-30: rgba(255, 255, 255, .1);
|
|
|
|
--highlight-weak-20: rgba(255, 255, 255, .2);
|
|
|
|
--highlight-weak-10: rgba(255, 255, 255, .35);
|
|
|
|
--highlight: rgba(255, 255, 255, .5);
|
|
|
|
--highlight-strong-10: rgba(255, 255, 255, .6);
|
|
|
|
--highlight-strong-20: rgba(255, 255, 255, .75);
|
|
|
|
--highlight-strong-30: rgba(255, 255, 255, .9);
|
|
|
|
|
|
|
|
--text: #222;
|
|
|
|
--text-light: #fff;
|
|
|
|
|
|
|
|
--link: #48f;
|
|
|
|
|
|
|
|
--male: #0af;
|
|
|
|
--female: #f0a;
|
2023-12-31 02:02:03 +00:00
|
|
|
|
|
|
|
--enabled: #5c2;
|
|
|
|
--enabled-background: rgba(0, 255, 0, .1);
|
|
|
|
--disabled: #c20;
|
|
|
|
--disabled-background: rgba(255, 0, 0, .1);
|
2024-01-04 00:49:16 +00:00
|
|
|
--disabled-handle: var(--grey-light-10);
|
2024-01-07 22:44:33 +00:00
|
|
|
|
|
|
|
--error: #f66;
|
|
|
|
--alert: #f00;
|
2024-03-25 01:08:09 +00:00
|
|
|
--warn: #e80;
|
2024-01-07 22:44:33 +00:00
|
|
|
--success: #5c2;
|
|
|
|
--notice: #25c;
|
2024-03-21 04:16:19 +00:00
|
|
|
|
|
|
|
--gold: #d5b522;
|
2023-12-30 05:29:53 +00:00
|
|
|
}
|