aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorcristiano <[email protected]>2019-11-24 14:02:08 +0000
committercristiano <[email protected]>2019-11-24 14:02:08 +0000
commit685fa7dcb692367c0b06f94e28d080373cb23b5b (patch)
tree8389f32a0099e9e702756be3cccc0f182f9b720f /templates/@theme-base
parent28d0353f63188c2dbdf9564e35b6bc8680fff711 (diff)
downloadprotonmail-themes-685fa7dcb692367c0b06f94e28d080373cb23b5b.tar.xz
protonmail-themes-685fa7dcb692367c0b06f94e28d080373cb23b5b.zip
Fixes link colour sign out menu.
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_full.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss
index 49e510e..40ae0e3 100644
--- a/templates/@theme-base/_full.scss
+++ b/templates/@theme-base/_full.scss
@@ -173,6 +173,12 @@ details:first-child {
.dropDown-item + .dropDown-item {
border-top: 1px solid lighten($base, 10%);
}
+
+ .dropDown-item {
+ .color-global-grey {
+ color: $text_color;
+ }
+ }
}
.dropDown {