diff --git a/src/js/config.js b/src/js/config.js index e36848af7..975edf36b 100644 --- a/src/js/config.js +++ b/src/js/config.js @@ -77,11 +77,11 @@ let defaultConfig = { savedLayout: "default", confidenceMode: "off", indicateTypos: false, - timerStyle: "text", + timerStyle: "mini", colorfulMode: false, randomTheme: "off", - timerColor: "black", - timerOpacity: "0.25", + timerColor: "main", + timerOpacity: "1", stopOnError: "off", showAllLines: false, keymapMode: "off", @@ -842,7 +842,7 @@ export function toggleHideExtraLetters() { export function setTimerStyle(style, nosave) { if (style == null || style == undefined) { - style = "bar"; + style = "mini"; } config.timerStyle = style; if (!nosave) saveToCookie(); @@ -1375,7 +1375,7 @@ export function setCustomBackground(value, nosave) { } export function setCustomBackgroundSize(value, nosave) { - if (value != "cover" && value != "contain" && value!= "max") { + if (value != "cover" && value != "contain" && value != "max") { value = "cover"; } config.customBackgroundSize = value; diff --git a/static/index.html b/static/index.html index 7274cd36c..5b0511414 100644 --- a/static/index.html +++ b/static/index.html @@ -900,7 +900,7 @@
-
+
@@ -1092,10 +1092,10 @@
-
+
60
-
+
60
100%
@@ -1281,7 +1281,7 @@
-
+