Skip to content

Commit

Permalink
Fixes code background and color on issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado authored Sep 20, 2021
1 parent b14261a commit b76eb26
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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.12.0
@version 1.12.1
@license BSD
@author @aalvarado
@preprocessor default
Expand Down Expand Up @@ -681,6 +681,11 @@ regexp(".*.atlassian.net/secure.*") {
[data-ds--page-layout--slot="right-sidebar"] {
background-color: #222;
}

.code {
background-color: #333 !important;
color: #ccc !important;
}
}

@-moz-document regexp(".*.atlassian.net/projects.*") {
Expand Down

0 comments on commit b76eb26

Please sign in to comment.