theme.park/dbb/css/base/tdarr/dbb-plex.css
deathbybandaid 442f611df8 tdarr theme
2024-11-12 08:56:31 -05:00

54 lines
1.1 KiB
CSS

@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);
}