Skip to content

Commit

Permalink
Fix minor font color problem on Issues editor
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado committed Dec 24, 2021
1 parent 9a0bd8c commit 1740552
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions jira-dark-gray.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Jira Dark Gray
@namespace github.com/aalvarado
@version 1.13.3
@version 1.13.4
@license BSD
@author @aalvarado
@preprocessor default
Expand Down Expand Up @@ -435,7 +435,7 @@ regexp(".*.atlassian.net/secure.*") {
form.aui .select,
form.aui .text,
form.aui .textarea,
form.aui .upfile {
form.aui .upfile {
background-color: #171717;
color: #ccc;
}
Expand Down Expand Up @@ -465,7 +465,9 @@ regexp(".*.atlassian.net/secure.*") {
}

.adg3 .ghx-issue-compact.ghx-flagged,
.adg3 .ghx-issue.ghx-flagged {
.adg3 .ghx-issue.ghx-flagged,
.jNNjZg
{
background-color: #2d2c1e;
}

Expand All @@ -488,6 +490,7 @@ regexp(".*.atlassian.net/secure.*") {


/* integrations */
.jKClYf:hover,
.bxflKY:hover,
.tElYB:hover{
background-color: #333;
Expand Down Expand Up @@ -742,7 +745,7 @@ regexp(".*.atlassian.net/secure.*") {
background-color: #222;
}

.gnTJJk {
.gnTJJk, .css-1ohnhih {
color: #ccc;
}

Expand All @@ -766,7 +769,7 @@ regexp(".*.atlassian.net/secure.*") {
background-color: #333 !important
}

.cdELFE {
.cdELFE {
background-color: #202124;
}

Expand Down

0 comments on commit 1740552

Please sign in to comment.