diff options
| author | Mike Barkmin <[email protected]> | 2019-10-10 22:45:46 +0200 |
|---|---|---|
| committer | Mike Barkmin <[email protected]> | 2019-10-10 22:45:46 +0200 |
| commit | 96cee9d9715af875bdfe17b0c9d399b1dd0462a9 (patch) | |
| tree | ea5d4e2ae1ca56daf16a4983cbc5e192b194bbe0 /themes | |
| parent | 5ffd5baf7c2a69ab571874fd2e05a048c7c9815f (diff) | |
| download | protonmail-themes-96cee9d9715af875bdfe17b0c9d399b1dd0462a9.tar.xz protonmail-themes-96cee9d9715af875bdfe17b0c9d399b1dd0462a9.zip | |
improve readability
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/dracula/dracula.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/dracula/dracula.css b/themes/dracula/dracula.css index 43b9e0f..9539c4e 100644 --- a/themes/dracula/dracula.css +++ b/themes/dracula/dracula.css @@ -321,3 +321,15 @@ body .cg-notify-message.notification-success { .appConfigBody-is-mobile .sidebarApp-container { background: #282a36; } + +.sidebar-btn-compose, .sidebar-btn-compose:active { + color: #3d3d3d !important; } + +.sidebar-btn-compose:hover { + color: #3d3d3d !important; } + +body .cg-notify-message.notification-success { + color: #3d3d3d !important; } + +.pm_badge.success { + color: #3d3d3d !important; } |
