aboutsummaryrefslogtreecommitdiff
path: root/web/src/styles/TypingGame.css
blob: e5f5c8e568c25c8d797e3dbbe0e688ae33b82915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.space {
    color: #666;
    opacity: 0.7;
}

.space.correct {
    color: #4CAF50;
    opacity: 1;
}

.space.incorrect {
    color: #f44336;
    opacity: 1;
}

.space.current {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}