Skip to content

Commit 91c5c6a

Browse files
committed
changed the color a bit, added error color change
1 parent da3c082 commit 91c5c6a

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

public/themes/dracula.css

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
:root {
22
--bg-color: #282a36;
3-
--main-color: #f8f8f2;
4-
--caret-color: #f8f8f2;
5-
--sub-color: #6272a4;
6-
--active-word-color: #f1fa8c;
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;
718
}
819

920
#menu .button:nth-child(1){
@@ -15,9 +26,13 @@
1526
}
1627

1728
#menu .button:nth-child(3){
18-
color: #ff79c6;
29+
color: #f1fa8c;
1930
}
2031

2132
#menu .button:nth-child(4){
2233
color: #ffb86c;
34+
}
35+
36+
#menu .button:nth-child(5){
37+
color: #ffb86c;
2338
}

0 commit comments

Comments
 (0)