plex #70 fix
This commit is contained in:
parent
7438f898dd
commit
8d1c70b42e
@ -18,5 +18,5 @@
|
||||
--link-color: #e5a00d;
|
||||
--button-color: hsla(0,0%,100%,.15);
|
||||
--button-color-hover: hsla(0,0%,100%,.30);
|
||||
--accent-color: rgba(255, 255, 255, 0.25);
|
||||
--accent-color: #e5a00d;
|
||||
}
|
||||
@ -11,7 +11,7 @@
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* PLEX ORGANIZR-DARK THEME */
|
||||
@import url(https://gflix.app/theme.park/CSS/themes/plex/plex-base.css);
|
||||
@import url(https://gilbn.github.io//theme.park/CSS/themes/plex/plex-base.css);
|
||||
:root {
|
||||
--main-bg-color: #1f1f1f;
|
||||
--modal-bg-color: #333;
|
||||
|
||||
@ -79,7 +79,7 @@ border-color: var(--link-color);
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.Menu-menu-3XnN6J {
|
||||
background-color: var(--modal-bg-color);
|
||||
background: var(--modal-bg-color);
|
||||
}
|
||||
/*Text*/
|
||||
.help-block, .ClaimedServer-messageHeader-3uzatL, .btn-gray, .text-muted label {
|
||||
@ -161,4 +161,7 @@ background-color: rgba(0, 0, 0, 0.25);
|
||||
color: var(--accent-color);
|
||||
|
||||
}
|
||||
/* This was a tough one :D */
|
||||
.SourceSidebarLink-isSelected-27-9-6 {
|
||||
box-shadow: inset 4px 0 0 0 var(--accent-color);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user