Jira Dark
JIRA Dark 2022 by autometrist
Details
Authorautometrist
LicenseNo License
CategoryAtlassian
Created
Updated
Size1.4 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 USO Archive
@author PhillHood
@description `JIRA ark theme`
@version 20220110.1
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("atlassian.net") {
html {
filter: invert(92%) hue-rotate(180deg) brightness(150%) contrast(100%);
background: white;
}
body {
background: white;
}
.css-ob4lje,
span[role="img"] {
filter: invert(100%) hue-rotate(180deg) brightness(130%) contrast(100%);
}
img,
svg,
mp4,
video,
.emoji-common-emoji-sprite {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(100%);
}
/* Fix bug with white edges on sprint board */
#gh {
padding: 0 40px;
}
#content {
margin: 0;
}
.ghx-issue {
background: #eee;
}
.gPlhNM {
background-color: rgba(255, 255, 255, 0.8);
}
/*some buttons and badges*/
.css-vvvfhy:not(:active),
.css-vvvfhy:disabled,
.bar-progress-badge,
#atlassian-navigation-notification-count {
filter: invert(100%) hue-rotate(180deg);
}
/* Fix scroll background problems */
[data-testid="Content"] > div:first-child {
background: white;
}
}
/* Modified from Jira Dark 2020 */