0
0
Fork 0

Set contact address in about/more as mailto link (#4450)

* Set contact address as mailto link

To be able to copy long email address

* Set style for mailto link
This commit is contained in:
Lynx Kotoura 2017-07-30 19:56:04 +09:00 committed by Eugen Rochko
parent 579e85f606
commit ea33cdc30b
2 changed files with 3 additions and 2 deletions

View file

@ -147,9 +147,10 @@
white-space: nowrap;
overflow: hidden;
span {
a {
font-weight: 400;
color: lighten($ui-base-color, 34%);
text-decoration: none;
}
}
}