diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-13 13:50:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-13 13:50:54 +0200 |
commit | dee0b16c1cdf18d205ffcb738eda0e9049396fd0 (patch) | |
tree | b905daa11c075ef6a112b4ac65aec759ea0566a3 /css/card.css | |
parent | ce37824c5260dd370c61cf174ea80ca7deeb1058 (diff) |
fix more stuff
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; } |