aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-06-04 19:07:01 +0100
committercristiano <[email protected]>2020-06-04 19:07:01 +0100
commit69c5c2d2378ee4bc55793e33f612b49878996dbb (patch)
tree3c78f9924a67a105f267b06d233d4f0e968b7c97 /templates/@theme-base
parent8cc59136e172a524116d59cb0abbb14a417037cb (diff)
downloadprotonmail-themes-69c5c2d2378ee4bc55793e33f612b49878996dbb.tar.xz
protonmail-themes-69c5c2d2378ee4bc55793e33f612b49878996dbb.zip
Fixes info block background for full themes.
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_full.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss
index 5e9eb18..5cb0253 100644
--- a/templates/@theme-base/_full.scss
+++ b/templates/@theme-base/_full.scss
@@ -108,6 +108,10 @@ body {
color: $text_color;
}
+[class*="block-info"] {
+ background-color: lighten($base, 10%);
+}
+
.fill-global-grey {
fill: $highlight;
}