made dark theme the new default

This commit is contained in:
Jack 2020-05-15 04:20:12 +01:00
parent 0a7efed29e
commit 04a103919f
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monkey Type</title>
<link rel="stylesheet" href="css/fa.css">
<link rel="stylesheet" href="themes/light.css" id="currentTheme">
<link rel="stylesheet" href="themes/dark.css" id="currentTheme">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="favicon.png">

View file

@ -1,5 +1,5 @@
let config = {
theme: 'light',
theme: 'dark',
showKeyTips: true,
showLiveWpm: true,
smoothCaret: true,