Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
whitenoisedev committed Jul 6, 2020
1 parent 2183bdd commit 2884ea9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Much of the credit for this theme goes to @Jevgeni for the initial work
# Changelog

## current

## 0.5.0
- fixed typo
- polished keyboard shortcuts
- added colors to less frequent screens
Expand Down
3 changes: 2 additions & 1 deletion monokai.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,8 +992,9 @@ option:active {
background-color: var(--green);
color: var(--gray-9);
}
/* what is this? */
.Node-openNote:after {
color: #838383;
color: var(--gray-2);
}
.CurrentLineHighlight {
background: rgba(255, 255, 255, 0.05);
Expand Down
5 changes: 0 additions & 5 deletions whitenoise-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,4 @@
.MobileHeader-moreOption--saved[style*='display: none'],
.MobileHeader-moreOption--synced[style*='display: none'] {
display: none !important;
}

/* debug */
.Node-openNote:after {
color: fuchsia;
}

0 comments on commit 2884ea9

Please sign in to comment.