personal fix for Fade+
[FIX] Fade+ Youtube by nzk
Details
Authornzk
LicenseNo License
Categoryyoutube.com
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name [FIX] Miqcraft Theme
@version 20240927.22.13
@namespace ?
==/UserStyle== */
@-moz-document domain("studio.youtube.com") {
html {
--ytcp-general-background-b: #31363F;
}
html[modern] ytcp-button-shape {
--yt-spec-text-disabled: #fff;
}
html {
--ytcp-general-background-a: #31363f;
--ytcp-text-secondary: #fff;
}
.ytcp-button-shape-impl--mono.ytcp-button-shape-impl--tonal {
color: #fff;
}
ytcp-comment {
--ytcp-reply-margin-left: 56px;
padding: 0 24px;
display: flex;
flex-direction: column;
--comment-background-color:#fff0;
}
.staple-cardborderless.yta-card-container {
background-color: #fff0
}
#entity-snapshot.yta-entity-snapshot-carousel {
--thumbnail-title-padding: 16px;
flex: none;
background-color: #fff0
}
html {
--ytcp-brand-background-solid: #fff0;
}
.ytcp-header {
background: #161616 !important;
}
.ytcp-button-shape-impl--mono.ytcp-button-shape-impl--outline {
color: #fff;
}
.footer {
background-color: #181A1F;
}
:root {
--bg2-color: #fff0
}
html {
--ytcp-focus: #0a1f3a;
}
#next-button.style-scope.ytcp-uploads-dialog {
background-color: #222222;
}
#done-button.style-scope.ytcp-uploads-dialog {
background-color: #222222
}
#dialog.ytcp-playlist-dialog {
background-color: #222222;
}
}