mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
overseer fix
This commit is contained in:
parent
5ce41606d8
commit
c59b63f030
@ -10,9 +10,7 @@
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* PLEX OVERSEER THEME */
|
||||
@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css);
|
||||
@import url(https://theme-park.dev/CSS/variables/overseer.css);
|
||||
/* PLEX OVERSEER SIDE MENU */
|
||||
|
||||
/* APP VARS*/
|
||||
:root {
|
@ -1,5 +1,5 @@
|
||||
:root {
|
||||
--main-bg-color: linear-gradient(360deg, hsla(221, 39%, 11%, 1) 65%, hsla(215, 28%, 17%, 1) 100%);
|
||||
--main-bg-color: linear-gradient(360deg, hsl(221, 39%, 11%) 65%, hsl(215, 28%, 17%) 100%);
|
||||
|
||||
--modal-bg-color: #1f2937;
|
||||
--modal-header-color: #1f2937;
|
||||
|
Loading…
Reference in New Issue
Block a user