summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 67ba515..a51d93b 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -38,8 +38,7 @@ public:
std::string UserAgent { "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36" };
// [style]
- // TODO: convert to StyleProperty... or maybe not? i still cant figure out what the "correct" method is for this
- std::string ChannelsExpanderColor { "rgba(255, 83, 112, 255)" };
+ std::string ChannelsExpanderColor { "rgba(255, 83, 112, 0)" };
std::string NSFWChannelColor { "#ed6666" };
std::string ChannelColor { "#fbfbfb" };
std::string MentionBadgeColor { "#b82525" };