Fix link underline in header

This commit is contained in:
Mahdi Dibaiee 2015-09-08 18:50:20 +04:30
parent ba49e1f501
commit 07f586ff89

View File

@ -30,6 +30,10 @@ header {
position: relative;
text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
a {
text-decoration: none;
}
}
header::after {