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

19 lines
408 B
CSS
Raw Normal View History

2021-07-04 19:26:08 +02:00
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);
--button-text: #eee;
--button-text-hover: #fff;
--accent-color: 44, 171, 227;
--accent-color-hover: white;
--link-color: #2cabe3;
--link-color-hover: #3cc5ff;
--label-text-color: #fff;
--text:#96a2b4;
--text-hover: #fff;
--text-muted: #999;
}