This makes clickup readable. Adds tons of contrast.
Make Clickup Readable by dylanthall
Details
Authordylanthall
LicenseNo License
Categoryuserstyles
Created
Updated
Size732 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Make Clickup Readable
@version 20220412.15.43
@namespace userstyles.world/user/dylanthall
@description This makes clickup readable. Adds tons of contrast.
@author dylanthall
@license No License
==/UserStyle== */
@-moz-document domain("app.clickup.com") {
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
font-family: 'Roboto', sans-serif !important;
}
.cu-task-row__container{
border-bottom: 1px solid black !important;
}
.cu-task-row__main{
border-bottom: 1px solid black !important;
}
.cu-task-row__main .icon{
scale: 1.25;
filter: invert(48%) sepia(79%) saturate(0%) hue-rotate(86deg) brightness(0%) contrast(50%);
}
}