diff options
Diffstat (limited to 'css/card.css')
-rw-r--r-- | css/card.css | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/css/card.css b/css/card.css index f49b40e..58037b5 100644 --- a/css/card.css +++ b/css/card.css @@ -4,12 +4,10 @@ border-radius: 8px; overflow-x: hidden; - color: var(--fg) !important; } -.postCard::after { - display: none; -} +.postCard a { color: var(--fg) !important; } +.postCard a::after { display: none; } .postCard .cover { width: 100%; @@ -19,11 +17,6 @@ margin-bottom: 6px; } -.postCard .title { - font-size: 24px; -} - -.postCard .subtitle { - font-weight: 500; -} +.postCard .title { font-size: 24px; } +.postCard .subtitle { font-weight: 500; } |