| 1234567891011121314151617181920 |
- $themeColor: #AAFF00;
- $backgroundColor: #1C1C1C;
- $fastColor: #00ffff;
- $sleepColor: #8961F5;
- $alertColor: #ea6c6c;
- $alertFastColor: #00ffff66;
- $alertSleepColor: #8961F566;
- $boxColor: #121212;
- $ringColor: #1c1c1c;
- $blackColor: #000000;
- $whiteColor: #ffffff;
- .fast_sleep_text {
- background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
- -webkit-background-clip: text;
- background-clip: text;
- color: transparent;
- }
|