erodriguezp I like the Dark Mode but the text, links are so dark, I want add a litle extra of shine. There is a global variable sass, less or a easy way to solve that? Regards
luceos This might help https://discuss.flarum.org/d/30056-changing-styles-based-on-light-or-dark-theme And then use .CommentPost a { color: white; } inside that.
erodriguezp luceos nop, I was talking abount a simple way to update all the css variables instead of update css class per class.