adding black background to video player 2 special themes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user