We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 955986c + 8593846 commit 99be40aCopy full SHA for 99be40a
2 files changed
public/themes/dracula.css
@@ -0,0 +1,38 @@
1
+:root {
2
+ --bg-color: #282a36;
3
+ --main-color: #f2f2f2;
4
+ --caret-color: #f2f2f2;
5
+ --sub-color: #bd93f9;
6
+}
7
+
8
+.word letter.incorrect{
9
+ color: #f758a0;
10
11
12
+.word letter.incorrect.extra{
13
+ color: #732e51;
14
15
16
+.word.error{
17
+ border-bottom: 2px solid #f758a0;
18
19
20
+#menu .button:nth-child(1){
21
+ color: #8be9fd;
22
23
24
+#menu .button:nth-child(2){
25
+ color: #50fa7b;
26
27
28
+#menu .button:nth-child(3){
29
+ color: #f1fa8c;
30
31
32
+#menu .button:nth-child(4){
33
+ color: #ffb86c;
34
35
36
+#menu .button:nth-child(5){
37
38
public/themes/list.json
@@ -13,5 +13,6 @@
"oblivion",
"laser",
"retro",
+ "dracula",
"nord"
]
0 commit comments