Created
March 21, 2025 13:49
-
-
Save LoneDev6/4f98a7d75968143749c918833fd8e504 to your computer and use it in GitHub Desktop.
Clickup better readability Stylus theme
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 url-prefix("https://app.clickup.com/") { | |
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); | |
.cu-task-row-main__link-text-inner { | |
font-weight: normal !important; | |
font-family: 'Open Sans', sans-serif; | |
font-size: 22px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment