aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-06-04 20:07:51 +0100
committercristiano <[email protected]>2020-06-04 20:07:51 +0100
commit424371155a8627e03d44e1a1ee25c7f221360798 (patch)
treeb6e6d85833687a072c4934a88c6e4bd90581122e /templates/@theme-base
parentdeebc0be0e35ece296b021a754a31d6dea4c90e8 (diff)
downloadprotonmail-themes-424371155a8627e03d44e1a1ee25c7f221360798.tar.xz
protonmail-themes-424371155a8627e03d44e1a1ee25c7f221360798.zip
Plain text has theme color.
Makes use of theme set text color.
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_full.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss
index 0b8be1f..ed35018 100644
--- a/templates/@theme-base/_full.scss
+++ b/templates/@theme-base/_full.scss
@@ -241,7 +241,11 @@ details:first-child {
a {
color: $highlight;
}
-}
+}
+
+.plaintext-editor {
+ color: $text_color;
+}
// Attachment button
.pm-button, .pm-button--info, .pm-button--redborder {