Browse Source

Fixed woopsy

pull/16/head
GilbN 5 years ago
committed by GitHub
parent
commit
0f23db492b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      CSS/themes/radarr/aquamarine.css

8
CSS/themes/radarr/aquamarine.css

@ -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;
}

Loading…
Cancel
Save