fix of dark theme of 'content-boxes' on German 'Main_Page' (#46)

This commit is contained in:
Jean-Luc Tibaux
2022-07-23 19:19:08 +00:00
parent 865cf4422f
commit 949b180bc2
4 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ module.exports = function(redis) {
// load custom language specific languages
let lang_suffix = ''
let load_custom_styles = ['fr', 'ko']
let load_custom_styles = ['de', 'fr', 'ko']
if(load_custom_styles.includes(lang)) {
lang_suffix = '_' + lang