Change the jira icon colors to be distinct between themes / stories
Klaviyo Jira - Change Theme Icon Color by dan-kez
Details
Authordan-kez
LicenseNo License
Categoryhttps://klaviyo.atlassian.net/
Created
Updated
Size258 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 Jira - Change Theme Icon Color
@version 20231017.11.49
@namespace ?
==/UserStyle== */
@-moz-document domain("klaviyo.atlassian.net") {
img[src*="/view/type/issuetype/avatar/10314"] {
filter: hue-rotate(315deg);
}
}