Skip to content

Commit

Permalink
Fix even more issues (#52)
Browse files Browse the repository at this point in the history
* Fix swimlane drag colors

* Fix focused input field

* Fix background of focused comments
  • Loading branch information
dkniffin authored Nov 17, 2022
1 parent 8e9fca6 commit dd3a938
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jira-dark-gray.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,22 @@ regexp(".*.atlassian.net/browse.*"),
regexp(".*.atlassian.net/secure.*") {
:root {
--ds-background-default: #333;
--ds-background-neutral: #222;
--ds-background-neutral: rgba(255, 255, 255, .08);
--ds-background-neutral-hovered: #333;
--ds-background-selected: #353a44;
--ds-background-selected-hovered: #484f5d;
--ds-background-neutral-subtle: #444;
--ds-background-neutral-subtle-hovered: #555;
--ds-background-input: #333;
--ds-background-input-hovered: #444;
--ds-background-input-pressed: #444;
--ds-background-disabled: #444;
--ds-background-subtleNeutral-resting: #111;
--ds-background-brand: #444;
--ds-background-brand-bold: #8ec4fd;
--ds-background-neutral-bold: #aaa;
--ds-background-information: #111;
--ds-background-discovery: #000;

--ds-background-information-bold: #8ec4fd;
--ds-background-success-bold: #b1deb4;
Expand Down

0 comments on commit dd3a938

Please sign in to comment.