Created
February 4, 2025 11:17
-
-
Save chinatsu/d4188dbcf862c87bbdaacee92923032d to your computer and use it in GitHub Desktop.
make everything post-rock on rym charts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document url-prefix("https://rateyourmusic.com/charts/") { | |
.genre { | |
font-size: 0; | |
} | |
.page_charts_section_charts_item_genres_primary > .genre::before { | |
font-size: 15px; | |
content: "Post-Rock"; | |
} | |
.page_charts_section_charts_item_genres_primary > .genre::after { | |
font-size: 15px; | |
} | |
.page_charts_section_charts_item_genres_secondary > .genre::before { | |
font-size: 13.125px; | |
content: "Post-Rock"; | |
} | |
.page_charts_section_charts_item_genres_secondary > .genre::after { | |
font-size: 13.125px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment