diff --git a/source/css/layout/common/markdown.styl b/source/css/layout/common/markdown.styl index 6694f1b..9a5d816 100644 --- a/source/css/layout/common/markdown.styl +++ b/source/css/layout/common/markdown.styl @@ -26,6 +26,9 @@ text-decoration: none; overflow-wrap: break-word; cursor: pointer; + border-bottom: 1px solid var(--third-text-color); + box-sizing: border-box; + padding-bottom: 2px; .fas, .far, fab { margin-left: 6px; @@ -37,16 +40,6 @@ background: var(--primary-color); } } - - &::after { - position: absolute; - content: ''; - width: 100%; - height: 1px; - top: 108%; - left: 0; - background: var(--second-text-color); - } } a:hover {