jira dark Description
jira dark by ivansenpaii
Details
Authorivansenpaii
LicenseNo License
Categoryjira
Created
Updated
Size3.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
@namespace jiras
@version 1.0.0
==/UserStyle== */
@-moz-document url("jira.sibset.net") {
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;
}
.black-background,
.black-background .wallframe .slot,
.black-background-body table,
.black-background-body tr,
.black-background-body div,
.black-background td {
background-color: #fff !important;
}
}
@-moz-document domain("jira.sibset.net") {
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;
}
.black-background,
.black-background .wallframe .slot,
.black-background-body table,
.black-background-body tr,
.black-background-body div,
.black-background td {
background-color: #fff !important;
}
}