Skip to content

Commit

Permalink
Issues screen (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado authored May 18, 2021
1 parent 99023f4 commit 8c58b14
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions jira-dark-gray.user.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
/* ==UserStyle==
@name Jira Dark Gray
@namespace github.com/aalvarado
@version 1.10.0
@version 1.11.0
@license BSD
@author @aalvarado
@preprocessor default
==/UserStyle== */
@-moz-document regexp(".*.atlassian.net/jira.*"),
regexp(".*.atlassian.net/browse.*"),
regexp(".*.atlassian.net/secure.*") {
regexp(".*.atlassian.net/secure.*")
{
header[role="banner"],
[data-testid="Content"],
html, body{
Expand Down Expand Up @@ -723,3 +725,36 @@ regexp(".*.atlassian.net/secure.*") {
background: none;
}
}


@-moz-document regexp(".*.atlassian.net/issues.*") {
html, body, .navigator-body, header[role="banner"] {
background-color: #333 !important;
color: #ccc !important;
}

nav ::after {
background: transparent !important;
}

a > * {
color: #8ec4fd !important;
}

nav , .css-194d9bm {
background-color: #333 !important;
color: #ccc !important;
}
.css-1b03djw:hover {
background-color: #222 !important;
}

nav a, nav a > *, nav button, nav button *, svg, svg path, svg g, svg * {
color: #8ec4fd !important;
fill: #8ec4fd !important;
}

nav button:hover, nav button:active, [aria-expanded="true"] {
background-color: #222 !important;
}
}

0 comments on commit 8c58b14

Please sign in to comment.