Last active
June 18, 2020 22:15
-
-
Save espeon/0cd10e6fd6e0a6792462b95919d87b33 to your computer and use it in GitHub Desktop.
audius stylish thingy v1.2
This file contains hidden or 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 domain("audius.co") { | |
| @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;500;700;900&display=swap'); | |
| .EditableName_name__2EfQa, | |
| .EditableName_name__2EfQa > input { | |
| font-weight: var(--font-bold); | |
| } | |
| .ProfilePage_nameWrapper__3Ffp0 > .ProfilePage_handle__gq8P7 { | |
| font-size: var(--font-m); | |
| font-weight: var(--font-light); | |
| } | |
| .Stats_stats__2cg5a.Stats_large__3NNDR > .Stats_stat__18r_z > .Stats_number__2L9H0 { | |
| font-weight: var(--font-medium); | |
| } | |
| .Stats_stats__2cg5a.Stats_large__3NNDR > .Stats_stat__18r_z > .Stats_title__3wN9i { | |
| font-weight: var(--font-medium); | |
| } | |
| .Header_header__2WZq4.Header_main__2m3qD, | |
| .Header_header__2WZq4.Header_mini__1D5__ { | |
| font-weight: var(--font-bold); | |
| } | |
| .ant-tabs-tab { | |
| font-weight: var(--font-medium); | |
| } | |
| .TrackInfo_trackTitle__3icKp.TrackInfo_medium__2tgIB { | |
| font-weight: var(--font-medium); | |
| } | |
| .TrackInfo_trackTitle__3icKp.TrackInfo_large__3lHrG { | |
| font-weight: var(--font-medium); | |
| } | |
| .NavColumn_navColumn__2lfXC .NavColumn_links__32nIZ .NavColumn_groupHeader__2pE9H { | |
| font-weight: var(--font-bold); | |
| } | |
| ::-webkit-scrollbar { | |
| width: 8px; | |
| background-color: rgba(0, 0, 0, 0); | |
| -webkit-border-radius: 100px; | |
| } | |
| ::-webkit-scrollbar:hover { | |
| background-color: rgba(100, 100, 100, 0.09); | |
| } | |
| ::-webkit-scrollbar-thumb:vertical { | |
| background: rgba(100, 100, 100, 0.5); | |
| -webkit-border-radius: 100px; | |
| } | |
| ::-webkit-scrollbar-thumb:vertical:active { | |
| background: rgba(100, 100, 100, 0.42); | |
| -webkit-border-radius: 100px; | |
| } | |
| #root *, | |
| body * { | |
| font-family: "Avenir Next LT Pro", "Noto Sans JP", "ShokakiSarariGyotai", "Noto Sans JP", "Roboto", "Arial", sans-serif !important; | |
| } | |
| } |
Author
Author
v1.2 update
added noto sans jp and changed the scrollbar to be one of those wacky modern ones
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v1.1 update
since audius has dark mode, the colour change isn't needed anymore haha
non-thicc fonts still remain tho