diff --git a/templates/threads.html b/templates/threads.html index 2fa2c14..490eb70 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -80,6 +80,10 @@ display: inline; } + & a:has(.link_card) { + text-decoration: none + } + & .media, & .link_card { border: 1px solid rgba(34, 34, 34, 0.15); border-radius: 5px; @@ -87,6 +91,8 @@ max-width: 100%; margin: 15px 0 1em; object-fit: cover; + text-decoration: none; + text-wrap: balance; } & .media:hover, & .link_card:hover { @@ -113,11 +119,12 @@ text-align: right; color: #888; - & a:hover{ - color: blue - } & a{ color: #888; + + &:hover { + color: blue; + } } } @@ -182,14 +189,16 @@ } main a { color: orange; - } .card_content { & .action { - color: orange; + color: orange; } & .heading .author a { - color: #f8f9fa; + color: #f8f9fa; + } + & .heading .right_menu a:hover { + color: orange; } & .body { code { @@ -250,31 +259,47 @@