3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
ThemeParkPlus-Panel/public/assets/css/root.css

7 lines
141 B
CSS
Raw Normal View History

2021-06-29 20:05:00 +00:00
:root {
--banner: url("../img/banner.png") center center;
--bg: #f2f2f2;
--color-light: #2ecc71;
--color-dark: #27ae60;
--color-text: #fff;
}