Custom CSS theme - Pure BLACK / album color, Rounded off Corners, Font Change #1346
ht-suji
started this conversation in
Show and tell
Replies: 2 comments
-
Had to find this old discussion thread to solve this issue myself, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, when using this theme the app becomes slow when in the playlist menu. Is this normal, or do I have something misconfigured? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I make a custom CSS theme. cause i Really wanted to change the default font :) (and since it doesn't have a plugin)
Looks:
myStyles-Abril_Fatface,PoppinsDark1:
myStyles-Nunito,PoppinsAlbum1:
myStyles-Nunito,PoppinsAlbum2:
myStyles-Nunito,PoppinsDark1:
myStyles-Nunito,PoppinsDark2:
CSS:
Changes:
Apr 04 2024
Oct 23 2023
Steps:
To add it,
.css
format.(It will load from the location you saved it, each time when opening so don't delete the CSS file)
Make any changes that is appropriate , this is my first time writing a CSS file so i pretty much just used
!important
keyword for every change i made.custom fonts:
for some reason i can't use the
@import url("")
, it's just not loading it but, i can copy the content from the url and paste it in the css, then it works, so sort of can load online fonts.copy the contents from here -
https://fonts.googleapis.com/css?family=<font1>|<font2>
change font1 and font2 as the font u like in google fontsFor Example,
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Poppins")
doesn't worki instead copy the content from that url into the css - then it works.
Change the variables if you want.
my themes:
YTMusicThemes.zip
Beta Was this translation helpful? Give feedback.
All reactions