diff options
| author | cristiano <[email protected]> | 2020-09-16 12:53:21 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-09-16 12:53:21 +0100 |
| commit | 99d856002c225708d70d2d120d5b366153b93a78 (patch) | |
| tree | 316d75056f20fc07f43ed4af82e3c172025038e9 | |
| parent | 35d0f81d28c55f5dc8eab60682d836df71ae747c (diff) | |
| download | protonmail-themes-99d856002c225708d70d2d120d5b366153b93a78.tar.xz protonmail-themes-99d856002c225708d70d2d120d5b366153b93a78.zip | |
Styles for message number indicator
| -rw-r--r-- | templates/@theme-base/_styles.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index a384966..4e5c48b 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -82,8 +82,13 @@ $boxshadow-main: none; background: none; } -// Storage indicator +// Message numbers +.navigation__counterItem { + background-color: darken($highlight, 10%); + color: lighten($text_color, 35%); +} +// Storage indicator .circle-chart__circle { stroke: $highlight; } |
