aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristiano Almeida <[email protected]>2018-10-12 00:34:44 +0100
committerGitHub <[email protected]>2018-10-12 00:34:44 +0100
commit2dd82ebe8abd6d61c70be0feb14ebe6fe45c858a (patch)
treeaab025cd1a8b56665dda5239e2b588f9fbaf07d7
parent93a9a3bb9c3880278b92c57d2687c643d4a74651 (diff)
parent9c7207b9367e713fd145205f6ee7dd2a25321491 (diff)
downloadprotonmail-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.css6
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;
}