working on colors for accessibility (#51)
This commit is contained in:
parent
5269c76f95
commit
68e8b619d4
2
dist/mailgo.dark.min.js
vendored
2
dist/mailgo.dark.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/mailgo.dark.min.js.map
vendored
2
dist/mailgo.dark.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/mailgo.min.js
vendored
2
dist/mailgo.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/mailgo.min.js.map
vendored
2
dist/mailgo.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
extensions/mailgo.chrome.min.js
vendored
2
extensions/mailgo.chrome.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
extensions/mailgo.firefox.min.js
vendored
2
extensions/mailgo.firefox.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -10,6 +10,8 @@ $wa-color: #00bfa5;
|
||||
$telegram-color: #0088cc;
|
||||
$skype-color: #00aff0;
|
||||
|
||||
$default-color-hover: #3d3d3d;
|
||||
|
||||
$default-dark-color: #eaeaea;
|
||||
$gmail-dark-color: #e07d73;
|
||||
$outlook-dark-color: #4c9cd7;
|
||||
@ -178,11 +180,10 @@ $default-border-radius: 20px;
|
||||
margin-top: 0.8rem;
|
||||
padding: 5px;
|
||||
color: $default-color;
|
||||
opacity: 0.55;
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
opacity: 1;
|
||||
color: $default-color-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -267,6 +268,14 @@ $default-border-radius: 20px;
|
||||
color: $skype-dark-color;
|
||||
}
|
||||
}
|
||||
|
||||
&.m-by {
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user