From efd479015632693ba95f076018a524c72febf496 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 25 May 2020 16:13:13 -0400 Subject: [PATCH] update an incorrect comment --- customize.dist/src/less2/include/messenger.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/messenger.less b/customize.dist/src/less2/include/messenger.less index 97e64990c..66ad741bb 100644 --- a/customize.dist/src/less2/include/messenger.less +++ b/customize.dist/src/less2/include/messenger.less @@ -2,7 +2,7 @@ @import (reference) "./colortheme-all.less"; .messenger_vars ( - @color: @colortheme_friends-color, // color of the toolbar background + @color: @colortheme_friends-color, // color of the toolbar text @bg-color: @colortheme_friends-bg, // color of the toolbar background ) { @msg-color: @color; @@ -13,7 +13,7 @@ @msg-bg-color-darker: darken(@bg-color, 20%); }; .messenger_main( - @color: @colortheme_friends-color, // color of the toolbar background + @color: @colortheme_friends-color, // color of the toolbar text @bg-color: @colortheme_friends-bg, // color of the toolbar background ) { --LessLoader_require: LessLoader_currentFile();