瀏覽代碼

Minor correction on message text font.

fusionate 2 年之前
父節點
當前提交
390ed43aa4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      messages_thread.php

+ 2 - 2
messages_thread.php

@@ -227,13 +227,13 @@
 	echo "		}\n";
 
 	echo "	.message-bubble-em-text {\n";
-	echo "		font-family: ".($_SESSION['theme']['message_bubble_em_text_color']['text'] ?? 'arial').";\n";
+	echo "		font-family: ".($_SESSION['theme']['message_bubble_em_text_font']['text'] ?? 'arial').";\n";
 	echo "		color: ".($_SESSION['theme']['message_bubble_em_text_color']['text'] ?? '#000').";\n";
 	echo "		font-size: ".($_SESSION['theme']['message_bubble_em_text_size']['text'] ?? '90%').";\n";
 	echo "		}\n";
 
 	echo "	.message-bubble-me-text {\n";
-	echo "		font-family: ".($_SESSION['theme']['message_bubble_me_text_color']['text'] ?? 'arial').";\n";
+	echo "		font-family: ".($_SESSION['theme']['message_bubble_me_text_font']['text'] ?? 'arial').";\n";
 	echo "		color: ".($_SESSION['theme']['message_bubble_me_text_color']['text'] ?? '#000').";\n";
 	echo "		font-size: ".($_SESSION['theme']['message_bubble_me_text_size']['text'] ?? '90%').";\n";
 	echo "		}\n";