The original style by Bk$0lki - Available here >> https://userstyles.org/styles/236883/jiradark-2022
JiraDark 2022 by Bk$0lki by faisalsarosh
Details
Authorfaisalsarosh
LicenseNo License
CategoryJIRA
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 JiraDark 2022 by Bk$0lki
@version 20221118.15.49
@namespace userstyles.world/user/faisalsarosh
@description The original style by Bk$0lki - Available here >> https://userstyles.org/styles/236883/jiradark-2022
@author faisalsarosh
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://jira"), url-prefix("http://jira") {
html {
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: white;
}
body {
background: white;
}
#ak-jira-navigation header {
background-color: #e9e9e9 !important;
}
#ak-jira-navigation header input{
background-color: #b5b5b5 !important;
}
#ak-jira-navigation header button{
background-color: #b5b5b5 !important;
}
#ak-jira-navigation nav button {
background-color: #fff !important;
color: #000 !important;
}
#ak-jira-navigation nav span[role="presentation"] {
color: #fff !important;
}
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%);
}
nav img {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
.css-ob4lje {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
[data-testid="Content"] > div:first-child {
background: white;
}
}