1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Fixed woopsy

This commit is contained in:
GilbN 2019-08-25 23:04:14 +02:00 committed by GitHub
parent f4a55b5e56
commit 0f23db492b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,11 @@
:root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--progress-color: #607D8B;
--calendar-in-cinemas: #35c5f4;
--calendar-missing: #d9534f;
--calendar-announced: #337ab7;
--calendar-downloaded: #5cb85c;
--calendar-downloading: #7932ea;
--calendar-unmonitored: grey;
}