From fdd468b9338e00e3411ca669b9d816f1603fb4ea Mon Sep 17 00:00:00 2001 From: CrumblyLiquid Date: Thu, 29 Apr 2021 09:03:53 +0200 Subject: [PATCH 1/2] Fixed typo in czech_10k.json --- static/languages/czech_10k.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/languages/czech_10k.json b/static/languages/czech_10k.json index e6aab6570..3cf39b9aa 100644 --- a/static/languages/czech_10k.json +++ b/static/languages/czech_10k.json @@ -4601,7 +4601,7 @@ "komunismus", "trojice", "orientovaný", - "administrativn", + "administrativní", "klavír", "muzika", "neúspěch", From 54a98271fdc98dee9ebd4b73620fd070964bc51d Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 29 Apr 2021 19:25:41 +0100 Subject: [PATCH 2/2] fixed luna theme using incorrect color in the settings page --- static/themes/_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/themes/_list.json b/static/themes/_list.json index b9d76cb52..a0ea068e2 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -312,7 +312,7 @@ { "name": "luna", "bgColor": "#221C35", - "textColor": "#88dbdf" + "textColor": "#f67599" }, { "name": "graen",