Skip to content

Commit

Permalink
Update controls background color
Browse files Browse the repository at this point in the history
  • Loading branch information
drauggres committed Aug 23, 2020
1 parent 9f5daa0 commit 55c900f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--shell-bg-color: hsl(0, 0%, 0%);
--row-bg-color_hover: hsl(218, 67%, 95%);
--table-header-bg-color: hsl(0, 0%, 95%);
--controls-bg-color: hsla(210, 14%, 53%, 0.5);
--controls-bg-color: hsla(0, 0%, 95%, 0.8);
--control-buttons-bg-color: hsl(0, 0%, 95%);
--text-color: hsl(0, 0%, 20%);
--link-color: hsl(240, 100%, 47%);
Expand All @@ -21,7 +21,7 @@
--shell-bg-color: hsl(0, 0%, 0%);
--row-bg-color_hover: hsl(218, 17%, 18%);
--table-header-bg-color: hsl(0, 0%, 20%);
--controls-bg-color: hsla(210, 14%, 43%, 0.5);
--controls-bg-color: hsla(201, 18%, 19%, 0.8);
--control-buttons-bg-color: hsl(201, 18%, 19%);
--text-color: hsl(0, 0%, 90%);
--link-color: hsl(210, 63%, 47%);
Expand Down

0 comments on commit 55c900f

Please sign in to comment.