tdarr theme

This commit is contained in:
deathbybandaid 2024-11-12 08:56:31 -05:00
parent 6d2b154fac
commit 442f611df8

View File

@ -0,0 +1,53 @@
@import url("/theme.park/css/theme-options/plex.css");
body {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
color: var(--text);
}
html {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
color: var(--text);
}
.pluginCard {
background: var(--drop-down-menu-bg);
}
p {
color: var(--text);
}
p:hover {
color: var(--text-hover);
}
.nav-link {
color: var(--label-text-color);
}
.navbar-dark {
background: var(--modal-header-color);
color: var(--text);
}
.content-container {
background: var(--drop-down-menu-bg);
}