diff options
| author | cristiano <[email protected]> | 2020-09-16 12:45:44 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-09-16 12:45:44 +0100 |
| commit | 35d0f81d28c55f5dc8eab60682d836df71ae747c (patch) | |
| tree | cb1d3146b6466981512bf91b02d9035e382808fa /templates/@theme-base/_styles.scss | |
| parent | 562c6bbdb53b6278d235fb3ecac837fc0cdb7153 (diff) | |
| download | protonmail-themes-35d0f81d28c55f5dc8eab60682d836df71ae747c.tar.xz protonmail-themes-35d0f81d28c55f5dc8eab60682d836df71ae747c.zip | |
Contact merge message has theme colours
Diffstat (limited to 'templates/@theme-base/_styles.scss')
| -rw-r--r-- | templates/@theme-base/_styles.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index 3881fa2..a384966 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -64,6 +64,10 @@ $boxshadow-main: none; color: darken($highlight, 10%); } +.bg-primary { + background-color: lighten($main-bg-color, 5%); +} + .color-primary { color: $highlight; } |
