0
0
Fork 0

Use better reblog icon and improve contrast in HTML e-mails (#6272)

This commit is contained in:
Eugen Rochko 2018-01-17 14:12:59 +01:00 committed by GitHub
parent ea75ae2d1f
commit 6f244ba82c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View file

@ -300,7 +300,7 @@ h3 {
.footer {
.column-cell,
p {
color: lighten($ui-base-color, 26%);
color: lighten($ui-base-color, 34%);
}
p {
@ -313,7 +313,7 @@ h3 {
}
a {
color: lighten($ui-base-color, 26%);
color: lighten($ui-base-color, 34%);
text-decoration: underline;
}
@ -363,7 +363,7 @@ h3 {
}
.button-primary {
background-color: $ui-highlight-color;
background-color: darken($ui-highlight-color, 3%);
}
.text-center {