From 38ad788a4576a4c016f7785f5005a9f8598c0045 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Sun, 24 Apr 2022 00:41:41 +0200 Subject: [PATCH] added mentions --- css/posts.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/posts.css b/css/posts.css index 7a50c4d..257d7b4 100644 --- a/css/posts.css +++ b/css/posts.css @@ -17,6 +17,18 @@ padding-bottom: 2px; } +.mention { + color: blue; +} + +.user-mention { + color: lightgreen; +} + +.everyone-mention { + color: aqua; +} + body { background-color: black; }