Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/mail/src/app/styles/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ $container-to-width: 4em !default;
}

&.dark-style {
background: white;
background: #0d0a1c;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ body {
font-size: 0.875rem; /* 14 */
line-height: 1.5; // Need to be bigger so that we don't have jumps when adding emojis
color: black;
background: white;
background: var(--background-norm);

// to avoid overscrolling in case of reply to an email with a bg color set on body
overscroll-behavior: none;
Expand Down
1 change: 1 addition & 0 deletions packages/components/containers/themes/properties.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const styles = {
fontSize: '--setting-font-size',
fontFamily: '--setting-font-family',
backgroundNorm: '--background-norm',
} as const;

export const classNames = {
Expand Down