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
Clean up print css
  • Loading branch information
sandymcfadden committed Sep 29, 2021
commit 7c2a4e669038bc0b71f53cd61332fb4ebb8e835e
10 changes: 3 additions & 7 deletions scss/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-ms-overflow-style: -ms-autohiding-scrollbar;
}

body[data-theme='dark'] .theme-color-bg {
background-color: var(--primary-color);
body {
background-color: #fff;
}

.app-layout__note-column {
Expand Down Expand Up @@ -39,11 +39,7 @@
max-width: 100%;
width: 100%;
color: $studio-black;

&.theme-color-fg {
color: $studio-black;
overflow-y: auto !important;
}
overflow-y: auto !important;
}

.note-content-plaintext {
Expand Down