Skip to content

Instantly share code, notes, and snippets.

@vimaexd
Created August 2, 2025 11:34
Show Gist options
  • Select an option

  • Save vimaexd/3d5c855d64d305ce3ef64c75198d28af to your computer and use it in GitHub Desktop.

Select an option

Save vimaexd/3d5c855d64d305ce3ef64c75198d28af to your computer and use it in GitHub Desktop.
personal feishin css
.fs-feature-carousel-module-title-wrapper h1 {
font-size:42px;
}
.fs-lyric-line-module-lyric-line[style] {
font-size:42px !important;
}
.fs-lyric-line-module-lyric-line[style]:not(.active) {
font-size:36px !important;
}
.fs-lyric-line-module-lyric-line {
transition-property:font-size, opacity;
transition-delay:0s;
transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1);
transition-duration:0.7s;
transition-behavior:normal;
opacity:0.15;
}
:root {
--theme-content-font-family: "Inter Variable" !important;
}
.fs-text-title-module-root {
--title-fz: 1.5rem !important;
}
.fs-left-controls-module-metadata-stack {
row-gap:0px;
column-gap:0px;
}
.fs-generic-cell-module-cell-container, .fs-combined-title-cell-module-cell-container {
letter-spacing:0px !important;
}
.fs-library-header-module-title {
letter-spacing:-3px;
}
.fs-left-controls-module-secondary a {
--text-fz: .7rem !important;
--text-lh: 1 !important;
}
.fs-window-bar-module-player-status-container div {
font-size:0.75rem;
}
.fs-library-header-module-metadata-section > div {
flex-direction:column-reverse;
}
@vimaexd
Copy link
Author

vimaexd commented Aug 2, 2025

ps. sorry this is so unorganised LOL i copied this out of the css editor in app which minifies whatever you put into it after you hit save

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment