From ddd62ed0f4a4256d1ba68357f5f875f9dfad650e Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Mon, 5 Sep 2022 22:12:31 +0200 Subject: [PATCH] Fixed styling nicknames --- chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.php b/chat.php index a20c93c..5bb2e8d 100644 --- a/chat.php +++ b/chat.php @@ -331,7 +331,7 @@ function prepare_stylesheets(string $class): void $styles['post'] = '.spacer{width:10px}'; } if($class === 'messages'){ - $styles['post'] = '.nicklink{text-decoration:none}.channellink{text-decoration:underline}'; + $styles['messages'] = '.nicklink{text-decoration:none}.channellink{text-decoration:underline}'; } $css=get_setting('css'); $coltxt=get_setting('coltxt');