mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
added more color variables to make theme creation bit easier
This commit is contained in:
parent
9fad8da6b6
commit
043afbabfe
1 changed files with 4 additions and 4 deletions
|
@ -216,7 +216,6 @@ a:hover {
|
|||
.bottom {
|
||||
font-size: 0.75rem;
|
||||
line-height: 0.75rem;
|
||||
color: var(--sub-color);
|
||||
padding: 0 0.5rem 0.5rem 0.5rem;
|
||||
}
|
||||
}
|
||||
|
@ -472,6 +471,7 @@ a:hover {
|
|||
|
||||
#top .logo .bottom {
|
||||
margin-left: -0.15rem;
|
||||
color: var(--logo-color);
|
||||
}
|
||||
|
||||
#top .config {
|
||||
|
@ -841,15 +841,15 @@ key {
|
|||
}
|
||||
|
||||
.word letter.correct {
|
||||
color: var(--main-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.word letter.incorrect {
|
||||
color: #da3333;
|
||||
color: var(--error-color);
|
||||
}
|
||||
|
||||
.word letter.incorrect.extra {
|
||||
color: #791717;
|
||||
color: var(--error-extra-color);
|
||||
}
|
||||
|
||||
.word letter.missing {
|
||||
|
|
Loading…
Reference in a new issue