Skip to content

Instantly share code, notes, and snippets.

@LoneDev6
Created March 21, 2025 13:49
Show Gist options
  • Save LoneDev6/4f98a7d75968143749c918833fd8e504 to your computer and use it in GitHub Desktop.
Save LoneDev6/4f98a7d75968143749c918833fd8e504 to your computer and use it in GitHub Desktop.
Clickup better readability Stylus theme
@-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