Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
changes to colors to have a more clear scss
Browse files Browse the repository at this point in the history
  • Loading branch information
manzinello committed Sep 11, 2020
1 parent 2c47cd2 commit 1033b95
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 45 deletions.
22 changes: 11 additions & 11 deletions dist/mailgo.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
.m-modal .m-modal-content a.m-gmail:hover,
.m-modal .m-modal-content a.m-gmail:focus,
.m-modal .m-modal-content a.m-gmail:active {
background-color: rgba(212, 70, 56, 0.08);
background-color: rgba(192, 55, 42, 0.08);
color: #c0372a;
}
.m-modal .m-modal-content a.m-outlook {
Expand All @@ -96,7 +96,7 @@
.m-modal .m-modal-content a.m-outlook:hover,
.m-modal .m-modal-content a.m-outlook:focus,
.m-modal .m-modal-content a.m-outlook:active {
background-color: rgba(0, 114, 198, 0.08);
background-color: rgba(9, 103, 170, 0.08);
color: #0967aa;
}
.m-modal .m-modal-content a.m-yahoo {
Expand All @@ -114,7 +114,7 @@
.m-modal .m-modal-content a.m-tg:hover,
.m-modal .m-modal-content a.m-tg:focus,
.m-modal .m-modal-content a.m-tg:active {
background-color: rgba(0, 136, 204, 0.08);
background-color: rgba(8, 109, 160, 0.08);
color: #086da0;
}
.m-modal .m-modal-content a.m-wa {
Expand All @@ -123,7 +123,7 @@
.m-modal .m-modal-content a.m-wa:hover,
.m-modal .m-modal-content a.m-wa:focus,
.m-modal .m-modal-content a.m-wa:active {
background-color: rgba(0, 191, 165, 0.08);
background-color: rgba(6, 116, 102, 0.08);
color: #067466;
}
.m-modal .m-modal-content a.m-skype {
Expand All @@ -132,7 +132,7 @@
.m-modal .m-modal-content a.m-skype:hover,
.m-modal .m-modal-content a.m-skype:focus,
.m-modal .m-modal-content a.m-skype:active {
background-color: rgba(0, 175, 240, 0.08);
background-color: rgba(7, 109, 146, 0.08);
color: #076d92;
}
.m-modal .m-modal-content a.m-copy {
Expand Down Expand Up @@ -186,7 +186,7 @@
.m-modal.m-dark .m-modal-content a.m-gmail:hover,
.m-modal.m-dark .m-modal-content a.m-gmail:focus,
.m-modal.m-dark .m-modal-content a.m-gmail:active {
background-color: rgba(212, 70, 56, 0.08);
background-color: rgba(224, 125, 115, 0.08);
color: #e07d73;
}
.m-modal.m-dark .m-modal-content a.m-outlook {
Expand All @@ -195,7 +195,7 @@
.m-modal.m-dark .m-modal-content a.m-outlook:hover,
.m-modal.m-dark .m-modal-content a.m-outlook:focus,
.m-modal.m-dark .m-modal-content a.m-outlook:active {
background-color: rgba(0, 114, 198, 0.08);
background-color: rgba(76, 156, 215, 0.08);
color: #4c9cd7;
}
.m-modal.m-dark .m-modal-content a.m-yahoo {
Expand All @@ -204,7 +204,7 @@
.m-modal.m-dark .m-modal-content a.m-yahoo:hover,
.m-modal.m-dark .m-modal-content a.m-yahoo:focus,
.m-modal.m-dark .m-modal-content a.m-yahoo:active {
background-color: rgba(146, 102, 198, 0.08);
background-color: rgba(160, 121, 205, 0.08);
color: #a079cd;
}
.m-modal.m-dark .m-modal-content a.m-tg {
Expand All @@ -213,7 +213,7 @@
.m-modal.m-dark .m-modal-content a.m-tg:hover,
.m-modal.m-dark .m-modal-content a.m-tg:focus,
.m-modal.m-dark .m-modal-content a.m-tg:active {
background-color: rgba(0, 136, 204, 0.08);
background-color: rgba(76, 171, 219, 0.08);
color: #4cabdb;
}
.m-modal.m-dark .m-modal-content a.m-wa {
Expand All @@ -222,7 +222,7 @@
.m-modal.m-dark .m-modal-content a.m-wa:hover,
.m-modal.m-dark .m-modal-content a.m-wa:focus,
.m-modal.m-dark .m-modal-content a.m-wa:active {
background-color: rgba(0, 191, 165, 0.08);
background-color: rgba(76, 210, 192, 0.08);
color: #4cd2c0;
}
.m-modal.m-dark .m-modal-content a.m-skype {
Expand All @@ -231,7 +231,7 @@
.m-modal.m-dark .m-modal-content a.m-skype:hover,
.m-modal.m-dark .m-modal-content a.m-skype:focus,
.m-modal.m-dark .m-modal-content a.m-skype:active {
background-color: rgba(0, 175, 240, 0.08);
background-color: rgba(76, 199, 244, 0.08);
color: #4cc7f4;
}
.m-modal.m-dark .m-modal-content a.m-by:hover,
Expand Down
2 changes: 1 addition & 1 deletion dist/mailgo.dark.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailgo.dark.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailgo.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mailgo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailgo.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailgo.nocss.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailgo.nocss.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/mailgo.chrome.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/mailgo.chrome.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/mailgo.firefox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/mailgo.firefox.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1033b95

Please sign in to comment.