Jira for people who like dark user interfaces...
Dark Jira by gtgt
Details
Authorgtgt
LicenseNo License
Categoryjira,atlassian
Created
Updated
Size2.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 Dark Jira
@namespace gist.github.com/gtgt/534c6cb017aa9697b654671e90cb5f24
@version 1.0.0
@description Jira for people who like dark user interfaces...
@author GT
==/UserStyle== */
@-moz-document domain("atlassian.net") {
html:not([data-color-mode="dark"]) {
background: #1D2125;
--ds-text: #111!important;
}
html:not([data-color-mode="dark"]) body {
filter: invert(100%) hue-rotate(180deg) brightness(90%) contrast(75%);
background: #fff;
overflow-x: hidden!important;
}
html:not([data-color-mode="dark"]) body#com-atlassian-confluence {
background-color: #e2deda!important;
}
body.aui-layout {
overflow-y: auto!important;
}
html:not([data-color-mode="dark"]) img,
html:not([data-color-mode="dark"]) svg,
html:not([data-color-mode="dark"]) iframe,
html:not([data-color-mode="dark"]) span[role="img"], .emoji-common-emoji-sprite, .css-ob4lje {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
/*header[role=banner] {
background-color: #266490!important;
}*/
/* Fix bug with white edges on sprint board */
#gh {
padding: 0 40px;
}
#content {
margin: 0;
}
/* Fix scroll background problems */
html:not([data-color-mode="dark"]) [data-testid="Content"] > div:first-child {
background: #e2deda;
}
}
@-moz-document domain("clockwork-prod-2.herokuapp.com"), domain("www.aioreports.com"), domain("issue-checklist-prod-2.herokuapp.com"), domain("bi-reports.appfire.app"), domain("d27i9fmzbobp10.cloudfront.net"), domain("prd.jqlextensions.com"), domain("gl-prod.gitconnector.com"), domain("api.moveworkforward.net"), domain("checklist.appbox.ai"), domain("sfjc.integration.appfire.app"), domain("oneinc.testrail.io") {
html {
/*filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%); */
filter: invert(100%) hue-rotate(180deg) brightness(90%) contrast(75%);
background: #fff!important;
}
#jsd-widget {
display: none;
}
}