A new userstyle
app.asana.com/0/1207282484999675/1208025731861930 by kiraviolet
Details
Authorkiraviolet
LicenseNo License
Categoryapp.asana.com
Created
Updated
Code size561 B
Code checksum7147dd6a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name app.asana.com/0/1207282484999675/1208025731861930
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://app.asana.com/0/1207282484999675/1208025731861930") {
/* Insert code here... */
}@-moz-document domain("app.asana.com") {
* {
font-family: 'Sofia Pro', sans-serif !important;
}
h1 {
font-weight: 700 !important;
}
h2 {
font-weight: 500 !important;
}
}