Underline archive item titles

This commit is contained in:
Michael Rose 2018-01-17 12:35:45 -05:00
parent 474ed73228
commit 3b65f1de8d

View file

@ -15,11 +15,6 @@
width: calc(100% - #{$right-sidebar-width});
padding-right: $right-sidebar-width;
}
a {
color: inherit;
text-decoration: none;
}
}
.archive__subtitle {
@ -41,6 +36,10 @@
overflow: hidden;
text-overflow: ellipsis;
a {
color: inherit;
}
a + a {
opacity: 0.5;
}