mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Dark theme fix
This commit is contained in:
@@ -468,6 +468,10 @@
|
|||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
z-index: 998;
|
z-index: 998;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[dark] .goodTube_hiddenPlayer::before {
|
||||||
|
background: #0f0f0f;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
document.head.appendChild(style);
|
document.head.appendChild(style);
|
||||||
@@ -4289,6 +4293,10 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[dark] #goodTube_playerWrapper {
|
||||||
|
background: #0f0f0f;
|
||||||
|
}
|
||||||
|
|
||||||
/* Mobile */
|
/* Mobile */
|
||||||
#goodTube_playerWrapper.goodTube_mobile {
|
#goodTube_playerWrapper.goodTube_mobile {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
2
goodtube.min.js
vendored
2
goodtube.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user