diff options
author | citrons <citrons> | 2021-06-21 22:16:39 +0000 |
---|---|---|
committer | citrons <citrons> | 2021-06-21 22:16:39 +0000 |
commit | a3e72931780f4ecf9d59e537db4ff4c45f9924a7 (patch) | |
tree | 3a076758cfbc1a37e574e71794250f95c7a7b885 | |
parent | 021cc2e18820a52224198295c29c94660669e15f (diff) |
fix preview username stylingthread-list-redesign
-rw-r--r-- | apioforum/static/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css index 04b4114..5f193aa 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -129,7 +129,10 @@ nav .links { display: flex; } text-overflow: ellipsis; margin-top: 10px; } -.thread-preview a, .thread-preview a:visited { color: black; text-decoration: none; } +.thread-preview-post a, .thread-preview-post a:visited { + color: black; + text-decoration: none; +} .thread-preview-post { font-style: italic; } .thread-preview-ts { font-weight: bold; } |