Skip to content

Commit

Permalink
Component bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jun 20, 2018
1 parent 218d4ad commit 285dce3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/dist.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dist.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-theme-midnight",
"version": "1.0.21",
"version": "1.0.22",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ body {

:root {
--body-text-color: var(--editor-text-color);
--body-background-color: var(--bar-bg-color);
--body-background-color: var(--primary-bg-color);

--element-text-color: var(--ui-text-color);
--element-background-color: var(--accessory-bg-color);
Expand Down

0 comments on commit 285dce3

Please sign in to comment.