Skip to content

Commit

Permalink
added color content background featured colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanlo committed Apr 22, 2020
1 parent 1df19ce commit 4017b8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/themes/_color.dark.css
Expand Up @@ -2,6 +2,7 @@
/* Content background */
--color-content-background-primary: #292d30;
--color-content-background-secondary: #25282a;
--color-content-background-featured: #292929;

/* State */
--color-state-hover: #31373e;
Expand Down
1 change: 1 addition & 0 deletions src/themes/_color.light.css
Expand Up @@ -2,6 +2,7 @@
/* Content background */
--color-content-background-primary: #ffffff;
--color-content-background-secondary: #f7f7f7;
--color-content-background-featured: #EDEBE9;

/* State */
--color-state-hover: #f3f2f1;
Expand Down
1 change: 1 addition & 0 deletions src/themes/readme.md
Expand Up @@ -11,6 +11,7 @@ The files have the following structure:
/* Content background */
--color-content-background-primary // Content area, command bar background, tiles background, cards background
--color-content-background-secondary // background for panel and dashboard, color for placeholder on tiles in edit mode
--color-content-background-featured // Background color for the area behind featured items to make them stand out more
/* State */
--color-state-hover // hover, focus
Expand Down

0 comments on commit 4017b8a

Please sign in to comment.