summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/static/style.css5
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; }