diff options
| author | Cristiano Almeida <[email protected]> | 2018-10-12 00:34:44 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-12 00:34:44 +0100 |
| commit | 2dd82ebe8abd6d61c70be0feb14ebe6fe45c858a (patch) | |
| tree | aab025cd1a8b56665dda5239e2b588f9fbaf07d7 | |
| parent | 93a9a3bb9c3880278b92c57d2687c643d4a74651 (diff) | |
| parent | 9c7207b9367e713fd145205f6ee7dd2a25321491 (diff) | |
| download | protonmail-themes-2dd82ebe8abd6d61c70be0feb14ebe6fe45c858a.tar.xz protonmail-themes-2dd82ebe8abd6d61c70be0feb14ebe6fe45c858a.zip | |
Merge pull request #13 from PlugaruT/patch-1
Fix color for `.pm_button.link`. Make them green
| -rw-r--r-- | Themes/green_lume/green_lume.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Themes/green_lume/green_lume.css b/Themes/green_lume/green_lume.css index 029fe9f..53f1d50 100644 --- a/Themes/green_lume/green_lume.css +++ b/Themes/green_lume/green_lume.css @@ -255,7 +255,7 @@ } .pm_button.link { - color: #2FBF71; + color: #2FBF71 !important; } .pm_toggle.off .off, .pm_toggle.on .on { @@ -296,10 +296,6 @@ color: #d62646 !important; } - .pm_button.link { - color: #0d0d0d !important; - } - .overviewSection-container .topUp-button { color: #2FBF71; } |
