a sage green theme for youtube
green youtube theme by jlemon
Details
Authorjlemon
LicenseCC @Jlemon 2022
Categorysage, green, youtube
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
:)
Source code
/* ==UserStyle==
@name green youtube theme
@namespace github.com/Jlemon
@version 1.0.0
@description a green theme for youtube because why not
@author Jlemon
==/UserStyle== */
@-moz-document url("youtube.com") {
.html5-play-progress,
.ytp-play-progress {
background: #8BA587 !important;
}
.html5-scrubber-button,
.ytp-scrubber-button {
background: #668769 !important;
width: 40px !important;
height: 65px !important;
border: none !important;
margin-left: -5px !important;
margin-top: -35px !important;
}
.html5-progress-bar-container,
.ytp-progress-bar-container {
height: 15px !important;
}
.html5-progress-bar .ytp-progress-bar {
margin-top: 15px !important;
}
.html5-progress-list,
.ytp-progress-list,
.video-ads .html5-progress-list.html5-ad-progress-list,
.video-ads .ytp-progress-list.ytp-ad-progress-list {
height: 15px !important;
}
.ytp-volume-slider-track {
background: #D7E4CB !important;
}
}