1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-11 07:27:17 +02:00
theme.park/CSS/variables/hotline.css

19 lines
588 B
CSS
Raw Normal View History

2021-07-04 19:26:08 +02:00
:root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--button-text: #eee;
--button-text-hover: #FFF;
--accent-color: 244, 67, 54;
--accent-color-hover: #0b3161;
--link-color: #ddd;
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#eee;
--text-hover: #fff;
--text-muted: #bbb;
}