Fixing a link

hover
This commit is contained in:
Shan Carter
2017-01-20 17:01:58 -08:00
parent 495804e37d
commit 3c167692ae
3 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -16,8 +16,14 @@ const html = `
text-align: center;
}
dt-byline a {
dt-byline a,
dt-article dt-byline a {
text-decoration: none;
border-bottom: none;
}
dt-article dt-byline a:hover {
text-decoration: underline;
border-bottom: none;
}
dt-byline .authors {
text-align: left;