Skip to content

Instantly share code, notes, and snippets.

@pztrn
Last active February 2, 2024 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pztrn/60d6680a770145c26923045a1d8fb1dc to your computer and use it in GitHub Desktop.
Save pztrn/60d6680a770145c26923045a1d8fb1dc to your computer and use it in GitHub Desktop.
Make Weeek Great (again...)
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
font-weight: 400 !important;
}
/* */
.task {
border: none !important;
margin-left: 3px;
margin-right: 3px;
}
.task.opened {
border-radius: 3px !important;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
}
.task .main {
margin-top: 2px !important;
}
.task .main div:not(.dark) {
background-color: transparent !important;
}
.main__title {
line-height: normal !important;
margin-top: -3px !important;
}
/* */
.task-view-modal {
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3) !important;
}
.description__editor p, .comment-editor p {
font-weight: 400 !important;
}
.comment .task-comment-html {
background-color: rgba(150, 150, 150, 0.15) !important;
border-radius: 3px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment