Skip to content

Commit

Permalink
Set punchier colors in dark mode for detail blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Nov 29, 2024
1 parent 9047eb2 commit 27c13c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/css/priorities/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ $outline: create-outline-rule($outline-color: $outline-color);
$outline-inverted: create-outline-rule($outline-color: adjust-color($color: invert($outline-color), $lightness: +10%));

$detail-color: (
note: (rgb(26, 127, 55), rgb(35, 134, 54)),
warning: (rgb(154, 103, 0), rgb(158, 106, 3)),
links: (rgb(9, 105, 218), rgb(31, 111, 235)),
trackers: (rgb(19, 136, 140), rgb(31, 222, 235)),
prs: (rgb(130, 80, 223), rgb(137, 87, 229)),
issues: (rgb(207, 34, 46), rgb(218, 54, 51)),
proposals: (rgb(207, 106, 34), rgb(218, 104, 51)),
note: (rgb(26, 127, 55), rgb(45, 175, 71)),
warning: (rgb(154, 103, 0), rgb(201, 135, 4)),
links: (rgb(9, 105, 218), rgb(34, 119, 247)),
trackers: (rgb(19, 136, 140), rgb(34, 240, 254)),
prs: (rgb(130, 80, 223), rgb(148, 94, 249)),
issues: (rgb(207, 34, 46), rgb(249, 62, 58)),
proposals: (rgb(207, 106, 34), rgb(246, 118, 58)),
);

//
Expand Down

0 comments on commit 27c13c5

Please sign in to comment.