adding black background to video player 2 special themes

This commit is contained in:
2026-05-14 12:27:40 +02:00
parent 0e4cc0a245
commit f386287421

View File

@@ -865,6 +865,10 @@ html[theme="4d"] {
background: black;
}
html[theme="4d"] #my-video {
background: var(--black);
}
/* xd */
html[theme="xd"] {
@@ -923,6 +927,10 @@ html[theme="xd"] .global-sidebar-right {
border-left: 2px solid var(--nav-border-color) !important;
}
html[theme="xd"] #my-video {
background: var(--black);
}
/* f0ck95 - v2 (theme '95') */
html[theme='95'] {
--accent: #000080;