fix underlining style for notification header links

This commit is contained in:
pixeldesu 2015-09-17 00:26:00 +02:00
parent 927d6632c1
commit 9bb512e8fe
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@
a {
border-bottom: 1px dotted $link-color;
&:hover {
text-decoration: none;
border-bottom: 1px solid $link-color;
}
}
}