Skip to content

Commit

Permalink
Revert "fix: update --sn-stylekit-border-color (#10)" (#11)
Browse files Browse the repository at this point in the history
This reverts commit d79e29e.
  • Loading branch information
johnny243 authored Nov 10, 2021
1 parent d79e29e commit 89b48a9
Show file tree
Hide file tree
Showing 4 changed files with 10 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.

8 changes: 7 additions & 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.2.3",
"version": "1.2.2",
"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 @@ -2,7 +2,7 @@
--primary-bg-color: #292937;
--secondary-bg-color: #313142;
--editor-bg-color: #202020;
--border-color: #494965;
--border-color: #13131a;
--ui-text-color: #d8d8d8;

--sn-stylekit-info-color: #4CA3FF;
Expand Down

0 comments on commit 89b48a9

Please sign in to comment.