Skip to content

Commit

Permalink
Editor stlyes
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Feb 9, 2018
1 parent 2dbccbf commit 48213b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 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.

7 changes: 4 additions & 3 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
--note-cell-text-color: var(--foreground-color);
--note-cell-selected-text-color: var(--foreground-color);
--notes-column-header-bg-color: var(--background-color);
--note-cell-bg-color: #272734;
--note-cell-selected-bg-color: var(--background-color);
--note-cell-bg-color: var(--background-color);
--note-cell-selected-bg-color: #272734;

--note-cell-border-color: #20222c;

--notes-column-left-border-color: 0;
Expand Down Expand Up @@ -284,7 +285,7 @@ body {
}

.editor-preview-active, .editor-preview-active-side {
background-color: var(--background-color) !important;
background-color: var(--note-cell-selected-bg-color) !important;
border: 0 !important;
border-left: 1px solid var(--border-color) !important;
color: var(--editor-text-color) !important;
Expand Down

0 comments on commit 48213b6

Please sign in to comment.