Dark mode for Jira (as of March 2022)
JIRA Dark 2022 by mjrinker
Details
Authormjrinker
LicenseMIT
Categoryuserstyles, dark, jira
Created
Updated
Size1.2 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 JIRA Dark 2022
@namespace userstyles
@author Matt Rinker
@description `Quick dark theme for JIRA in 2022`
@version 20220322.00.01
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document domain("atlassian.net")
{
html {
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: white;
}
body {
background: white;
}
span[role="img"] {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
img, svg, iframe, .emoji-common-emoji-sprite {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
span.css-ob4lje {
filter: invert(1) hue-rotate(180deg) brightness(1) contrast(1) !important;
}
/* Fix bug with white edges on sprint board */
#gh {
padding: 0 40px;
}
#content {
margin: 0;
}
/* Fix scroll background problems */
[data-testid="Content"] > div:first-child {
background: white;
}
.efKXue, .dbaiad {
background: rgba(0,0,0,0) !important;
}
}