Skip to content

Commit

Permalink
Update: add alternate color to be used for odd rows in tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyBouhafs committed Nov 10, 2020
1 parent c2dc6a6 commit 0e8389d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--ls-primary-background-color: #002b36;
--ls-secondary-background-color: #073642;
--ls-tertiary-background-color: #0f4552;
--ls-alternate-background-color: #01313d

--ls-block-properties-background-color: #02222a;
--ls-search-background-color: var(--ls-primary-background-color);
Expand Down Expand Up @@ -52,6 +53,7 @@
--ls-primary-background-color: white;
--ls-secondary-background-color: #D8E1E8;
--ls-tertiary-background-color: #f0f8ff;
--ls-alternate-background-color: #f7f7f7

--ls-block-properties-background-color: var(--ls-tertiary-background-color);
--ls-search-background-color: var(--ls-primary-background-color);
Expand Down

0 comments on commit 0e8389d

Please sign in to comment.