diff options
| author | cristiano <[email protected]> | 2020-06-04 19:07:01 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-06-04 19:07:01 +0100 |
| commit | 69c5c2d2378ee4bc55793e33f612b49878996dbb (patch) | |
| tree | 3c78f9924a67a105f267b06d233d4f0e968b7c97 /templates/@theme-base | |
| parent | 8cc59136e172a524116d59cb0abbb14a417037cb (diff) | |
| download | protonmail-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.scss | 4 |
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; } |
