Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish cleaning up CSS from move to CSS variables for colors #3028

Merged
merged 16 commits into from
Oct 1, 2021
Merged
Prev Previous commit
Next Next commit
Fix color flicker issue when switching notes
  • Loading branch information
sandymcfadden committed Sep 29, 2021
commit 149ddced96dd415a252a22dfd4d4e259a8493f42
1 change: 1 addition & 0 deletions scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ span[dir='ltr'] {

.note-content-editor-shell,
.note-detail-markdown {
color: var(--primary-color);
height: 100%;
width: 100%;
font-family: 'Simplenote Tasks', $sans, sans-serif;
Expand Down