Notes/static/less/theme.less

15 lines
484 B
Plaintext
Raw Permalink Normal View History

2023-07-04 09:01:52 +02:00
@fontsize: 11pt;
2023-06-18 20:13:35 +02:00
@background: #fff;
2023-06-20 07:59:54 +02:00
@accent_1: #abc837;
@accent_2: #ecbf00;
2023-06-18 20:13:35 +02:00
@accent_3: #c84a37;
2023-07-18 07:09:03 +02:00
/*
@theme_gradient: linear-gradient(to right, #009fff, #ec2f4b);
@theme_gradient: linear-gradient(to right, #f5af19, #f12711);
@theme_gradient: linear-gradient(to right, #fdc830, #f37335);
@theme_gradient: linear-gradient(to right, #8a2387, #e94057, #f27121);
@theme_gradient: linear-gradient(to right, #659999, #f4791f);
*/
@theme_gradient: linear-gradient(to right, #3e5151, #decba4);