Skip to content

Commit f166b31

Browse files
committedMar 16, 2021
fix typing game colors
1 parent 22be97e commit f166b31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎70-typing game/style.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
22

33
:root {
4-
--primary-color: #b8c6db;
5-
--secondary-color: #04577D;
6-
--overlay-color: rgba(0,0,0,0.3);
7-
--gradient-color: #f5f7fa;
4+
--primary-color: #BBE0EF;
5+
--secondary-color: #06599F;
6+
--overlay-color: #1A1314;
7+
--gradient-color: #F2F3F4;
88
--text-color: #F0F0ED;
99
--border-radius: 0.5rem;
1010
}
@@ -38,7 +38,7 @@ button {
3838

3939
button:hover {
4040
color: var(--text-color);
41-
background-color: var(--primary-color);
41+
background-color: var(--overlay-color);
4242
}
4343

4444
button:active {

0 commit comments

Comments
 (0)