Skip to content

Commit

Permalink
fix search foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado committed Jun 27, 2022
1 parent 8cc3972 commit f77c847
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 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.14.3
@version 1.14.4
@license BSD
@author @aalvarado
@preprocessor default
Expand All @@ -10,6 +10,14 @@
@-moz-document regexp(".*.atlassian.net/jira.*"),
regexp(".*.atlassian.net/browse.*"),
regexp(".*.atlassian.net/secure.*") {

:root {
--ds-background-selected: #333;
--ds-surface: #333;
--ds-text-subtlest: #ccc;
--ds-text-lowEmphasis: #ddd;
}

header[role="banner"],
[data-testid="Content"],
html,
Expand Down Expand Up @@ -607,6 +615,8 @@ regexp(".*.atlassian.net/secure.*") {

[data-test-id="search-dialog-input"] {
background-color: var(--ds-background-input,#222);
color: #ddd;

}

/* Main search dropdown */
Expand Down

0 comments on commit f77c847

Please sign in to comment.