aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-09-16 12:45:44 +0100
committercristiano <[email protected]>2020-09-16 12:45:44 +0100
commit35d0f81d28c55f5dc8eab60682d836df71ae747c (patch)
treecb1d3146b6466981512bf91b02d9035e382808fa
parent562c6bbdb53b6278d235fb3ecac837fc0cdb7153 (diff)
downloadprotonmail-themes-35d0f81d28c55f5dc8eab60682d836df71ae747c.tar.xz
protonmail-themes-35d0f81d28c55f5dc8eab60682d836df71ae747c.zip
Contact merge message has theme colours
-rw-r--r--templates/@theme-base/_styles.scss4
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;
}