Skip to content

Commit

Permalink
feat: --sn-stylekit-menu-border property (#12)
Browse files Browse the repository at this point in the history
* feat: --sn-stylekit-menu-border property

* chore: build

* chore: increment version

Co-authored-by: Johnny Almonte <[email protected]>
  • Loading branch information
johnny243 and johnny243 authored Nov 10, 2021
1 parent 89b48a9 commit ae650bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions dist/dist.css

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

8 changes: 1 addition & 7 deletions 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.2",
"version": "1.2.4",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
2 changes: 2 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@

--sn-stylekit-scrollbar-track-border-color: var(--border-color);
--sn-stylekit-scrollbar-thumb-color: var(--sn-stylekit-info-color);

--sn-stylekit-menu-border: 1px solid #494965;
}

0 comments on commit ae650bd

Please sign in to comment.