changes to improve contrast, accessability

This commit is contained in:
ryliejamesthomas 2019-06-24 14:07:44 +10:00
parent 652edbaa0e
commit 6f3309f591
1 changed files with 12 additions and 6 deletions

View File

@ -57,8 +57,13 @@ button.compose-form__upload-button-icon.icon-button.inverted,
button.compose-form__poll-button-icon.icon-button.inverted,
button.privacy-dropdown__value-icon.icon-button.inverted,
button.text-icon-button {
background-color:#ffaec9;
margin-right:1px;
border:1px solid #ffaec9;
border-top:none;
margin-right:2px;
}
.compose-form .autosuggest-textarea__textarea {
min-height:20em;
}
.compose-form {
@ -97,10 +102,11 @@ button.text-icon-button {
content:url("https://cf.mastohost.com/v1/AUTH_91eb37814936490c95da7b85993cc2ff/gamemaking/custom_emojis/images/000/001/890/original/lsd-face2.png");
}
.navigation-bar,
.navigation-bar strong {
background:#ffaec9;
color:blue;
/* Improve contrast on font-awsome (boo) glyphs, and
CW button */
.fa,
button.text-icon-button {
color:white;
}
.navigation-bar__profile-edit::before {