diff options
| author | cristiano <[email protected]> | 2019-11-24 14:02:08 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2019-11-24 14:02:08 +0000 |
| commit | 685fa7dcb692367c0b06f94e28d080373cb23b5b (patch) | |
| tree | 8389f32a0099e9e702756be3cccc0f182f9b720f /templates/@theme-base | |
| parent | 28d0353f63188c2dbdf9564e35b6bc8680fff711 (diff) | |
| download | protonmail-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.scss | 6 |
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 { |
