diff options
| author | cristiano <[email protected]> | 2020-09-16 13:03:47 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-09-16 13:03:47 +0100 |
| commit | dea70585f05db3bc6a2a4ff64c43edf2507cc4a6 (patch) | |
| tree | a4b45c1da6d47b020667cfbd0cdb9f3ef1c2f43f | |
| parent | 99d856002c225708d70d2d120d5b366153b93a78 (diff) | |
| download | protonmail-themes-dea70585f05db3bc6a2a4ff64c43edf2507cc4a6.tar.xz protonmail-themes-dea70585f05db3bc6a2a4ff64c43edf2507cc4a6.zip | |
Fixes plain text backgroung for full themes.
| -rw-r--r-- | templates/@theme-base/_full.scss | 4 | ||||
| -rw-r--r-- | templates/@theme-base/_styles.scss | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss index 4773605..194ff76 100644 --- a/templates/@theme-base/_full.scss +++ b/templates/@theme-base/_full.scss @@ -42,6 +42,10 @@ body { background: $base; } +#pm_composer .composer .fill { + background: $base; +} + // Email tags present in new message window .autocompleteEmails-item { background-color: darken($base, 2%); diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index 4e5c48b..5069e84 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -141,6 +141,10 @@ $boxshadow-main: none; } } +#pm_composer .composer .fill { + background: $color-standard-text; +} + // Conversation items .conversation { &.marked::before { |
