Skip to content

Instantly share code, notes, and snippets.

@ricafolio
ricafolio / style.css
Last active March 27, 2024 19:01
Youtube Music Lyrics for PC - Blurred Album Cover Background - CSS Style Mod
/* Lyrics */
yt-formatted-string.non-expandable.description.style-scope.ytmusic-description-shelf-renderer {
font-size: 3rem;
font-weight: 500;
/* Optional, remove if you don't want text shadow in lyrics */
text-shadow: 1px 1px #00000030;
}
/* Hide (Song/Video) button */
@ricafolio
ricafolio / style.css
Last active February 28, 2024 17:04
Obsidian dual pane file explorer CSS Snippet for File Tree Alternative plugin
/* Folder panel root container */
.oz-folders-tree-wrapper {
padding-left: 0;
}
.view-content {
padding-top: 5px !important;
padding-right: 13px !important;
}