ClickUp test
clickup.com - mi by mats-i
Details
Authormats-i
LicenseNo License
Categoryclickup.com
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name clickup.com - 2023-02-18 23:10:52
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("clickup.com") {
/* Lägg in kod här... */
@font-face {
font-display: block;
font-family: "iA Writer Quattro";
src: url("https://type.cargo.site/files/iAWriterQuattro-Regular.woff") format("woff");
font-style: normal;
font-weight: normal;
unicode-range: U+0000-DFFF, U+F900-FFFD;
}
@font-face {
font-display: block;
font-family: "iA Writer Quattro";
src: url("https://type.cargo.site/files/iAWriterQuattro-Italic.woff") format("woff");
font-style: italic;
font-weight: normal;
unicode-range: U+0000-DFFF, U+F900-FFFD;
}
@font-face {
font-display: block;
font-family: "iA Writer Quattro";
src: url("https://type.cargo.site/files/iAWriterQuattro-Bold.woff") format("woff");
font-style: normal;
font-weight: bold;
unicode-range: U+0000-DFFF, U+F900-FFFD;
}
@font-face {
font-display: block;
font-family: "iA Writer Quattro";
src: url("https://type.cargo.site/files/iAWriterQuattro-BoldItalic.woff") format("woff");
font-style: italic;
font-weight: bold;
unicode-range: U+0000-DFFF, U+F900-FFFD;
}
body {
font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.cu-inbox-top-tasks {
display: none;
}
}