MP DARK JIRA with backlog 1-liners
JIRA 1liner DARK by michaelpopo1
Details
Authormichaelpopo1
LicenseNo License
CategoryAtlassian JIRA
Created
Updated
Size1.0 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 MP
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("jira.vitechinc.com") {
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%);
}
/* 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;
}
.ghx-issue-content {
display: flex;
}
}