mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
made dark theme the new default
This commit is contained in:
parent
0a7efed29e
commit
04a103919f
2 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
let config = {
|
||||
theme: 'light',
|
||||
theme: 'dark',
|
||||
showKeyTips: true,
|
||||
showLiveWpm: true,
|
||||
smoothCaret: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue