mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-17 13:39:46 +08:00
Add Botanical
This commit is contained in:
parent
8668ac5474
commit
c7c5eb1701
1 changed files with 20 additions and 0 deletions
20
public/themes/botanical.css
Normal file
20
public/themes/botanical.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
:root {
|
||||
--bg-color: #7b9c98;
|
||||
--main-color: #495755;
|
||||
--caret-color: #abc6c4;
|
||||
--sub-color: #eaf1f3;
|
||||
--error-color: #a85050;
|
||||
--extra-error-color: #6c3333;
|
||||
}
|
||||
|
||||
.word letter.incorrect{
|
||||
color: var(--error-color);
|
||||
}
|
||||
|
||||
.word letter.incorrect.extra{
|
||||
color: var(--extra-error-color);
|
||||
}
|
||||
|
||||
.word.error{
|
||||
border-bottom: solid 1px var(--error-color);
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue