turns vupload player page dark
dark vupload by qbikedge
Details
Authorqbikedge
LicenseNo License
Categoryuserstyles, vupload, dark
Created
Updated
Size413 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dark vupload
@version 20220310.22.10
@namespace userstyles.world/user/qbikedge
@description turns vupload player page dark
@author qbikedge
@license No License
==/UserStyle== */
@-moz-document domain("vupload.com") {
.player-container-header, .container-full-player, footer{
background-color: #111;
color: #ccc;
border-color: #222
}
}