1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 12:42:40 +01:00

Update space-gray.css

This commit is contained in:
GilbN 2019-10-07 18:42:32 +02:00 committed by GitHub
parent 71a45bc656
commit 5962de9819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* SONARR SPACE GRAY THEME */
@import url(https://gflix.app/theme.park/CSS/themes/sonarr/sonarr-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
:root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
@ -29,4 +29,4 @@
--accent-color: #607D8B;
--accent-color-hover: #81a6b7;
--queue-color: #81a6b7;
}
}