Cute simple pink theme with a hello kitty logo. If you run into any issues feel free to leave a comment and I'll try to fix it. Thank you!
Pink Theme YouTube ♡ by metalheadchan

Details
Authormetalheadchan
LicenseNo License
Categoryhttps://www.youtube.com/
Created
Updated
Size2.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 www.roblox.com/home
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url(https://www.youtube.com/) {
/* General Background Colors */
#primary-inner,
#columns,
#page-header-banner,
#page-header,
#tabs-inner-container,
.ytd-page-manager:nth-child(3),
#chips-content,
#chips-content > #right-arrow,
#chips-content #right-arrow-button,
#page-manager,
ytd-app,
.grid-disabled > #page-header-container {
background-color: #f6cddc !important; /* Light pink background */
color: #000000 !important; /* Default text color: black */
}
/* Bright Pink Sections */
#masthead > #container,
.yt-chip-cloud-renderer:nth-child(1) > #chip-container,
.ytSearchboxComponentSearchButton,
#sections > .ytd-guide-renderer:nth-child(1),
#sections > .ytd-guide-renderer:nth-child(2),
#guide-content > #header,
#guide-inner-content,
#header > .ytd-multi-page-menu-renderer,
.ytd-popup-container > #container,
#content > .ytd-app:nth-child(4),
.ytd-mini-guide-renderer:nth-child(1) > #endpoint,
.ytd-mini-guide-renderer:nth-child(2) > #endpoint,
.ytd-mini-guide-renderer:nth-child(3) > #endpoint,
.ytd-mini-guide-renderer:nth-child(4) > #endpoint {
background-color: #e4a1ba !important; /* Bright pink background */
}
/* Hide the Original YouTube Logo */
#logo > #logo .ytd-topbar-logo-renderer > #logo-icon {
display: none !important; /* Remove the original logo */
}
/* Replace the YouTube Logo with Hello Kitty GIF */
#logo > #logo .ytd-topbar-logo-renderer {
background-image: url("https://i.imgur.com/Z5UBMUw.gif"); /* Hello Kitty GIF */
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 150px;
height: 80px;
}
/* Hide the Country Code */
#logo > #country-code {
display: none !important;
}
/* Button Styling */
.style-scope:nth-child(19) > #content .button-container:nth-child(3) yt-button-shape,
.style-scope:nth-child(24) > #content .button-container:nth-child(3) yt-button-shape {
background-color: #f6cddc !important; /* Light pink background */
}
}