mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
Update .incorrect positioning, add hint css
This commit is contained in:
parent
2936a0892f
commit
fc97372e28
1 changed files with 13 additions and 0 deletions
|
@ -1686,6 +1686,19 @@ key {
|
|||
|
||||
.word letter.incorrect {
|
||||
color: var(--error-color);
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.word letter.incorrect hint {
|
||||
position: absolute;
|
||||
bottom: -1.2em;
|
||||
color: var(--text-color);
|
||||
line-height: 1em;
|
||||
font-size: .8em;
|
||||
text-shadow: none;
|
||||
padding: 1px;
|
||||
left: 0;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.word letter.incorrect.extra {
|
||||
|
|
Loading…
Reference in a new issue