Skip to content

Commit

Permalink
Windows scrollbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jun 20, 2018
2 parents 4c501d2 + 1152e79 commit 283f3c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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.

5 changes: 5 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--foreground-color: #FDF6E3;
--highlight-color: #2AA198;
--border-color: #083642;
--pre-color: #d6dbdb;

--accent-1: #93A1A1;
--accent-2: #D6488A;
Expand Down Expand Up @@ -346,6 +347,10 @@ body {
color: var(--content-4);
}

#plus-editor pre {
background-color: var(--pre-color);
}

.component-stack-border {
border-color: var(--border-color) !important;
}
Expand Down

0 comments on commit 283f3c5

Please sign in to comment.