diff --git a/CSS/themes/petio/organizr-dark.css b/CSS/themes/petio/organizr-dark.css index ebfafaf6..79d1b5f8 100644 --- a/CSS/themes/petio/organizr-dark.css +++ b/CSS/themes/petio/organizr-dark.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* MOVIEMATCH ORGANIZR-DARK THEME */ -@import url(https://gflix.app/theme.park/CSS/themes/petio/petio-base.css); +@import url(https://gilbn.github.io/theme.park/CSS/themes/petio/petio-base.css); :root { --main-bg-color: #1f1f1f; --modal-bg-color: #1b1b1b; diff --git a/CSS/themes/petio/petio-base.css b/CSS/themes/petio/petio-base.css index 4bc83555..97b7c6b7 100644 --- a/CSS/themes/petio/petio-base.css +++ b/CSS/themes/petio/petio-base.css @@ -54,6 +54,7 @@ h6, } @media (max-width: 1099.98px) { + .sidebar--inner, .sidebar--scroll { background: var(--modal-bg-color); @@ -264,13 +265,16 @@ input:not([type=checkbox]):not(.styled-input--input):not([type=file]), color: var(--text-color-hover) !important; border-bottom: 2px solid rgba(0, 0, 0, 0) !important; } + /* CALENDAR */ .rbc-show-more { background-color: hsl(0deg 0% 0% / 25%); } + .rbc-day-bg.rbc-today { - background: rgb(var(--accent-color),.5); + background: rgb(var(--accent-color), .5); } + a.rbc-show-more { color: rgb(var(--accent-color)); } @@ -279,7 +283,6 @@ a.rbc-show-more { color: #fff !important; } - /* PLACEHOLDER TEXT */ ::placeholder { color: var(--text) !important;