mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
Can't forget taro css lol
This commit is contained in:
parent
dd29eb728f
commit
801be736d5
1 changed files with 24 additions and 0 deletions
24
public/themes/taro.css
Normal file
24
public/themes/taro.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
:root {
|
||||
/* --bg-color: linear-gradient(215deg, #cbb8ba, #706768); */
|
||||
--bg-color: #b3baff;
|
||||
--main-color: #130f1a;
|
||||
--caret-color: #00e9e5;
|
||||
--sub-color: #6f6c91;
|
||||
--text-color: #130f1a;
|
||||
--error-color: #ffe23e;
|
||||
--error-extra-color: #fff1c3;
|
||||
}
|
||||
|
||||
.word.error{
|
||||
border-bottom: dotted 2px var(--text-color);
|
||||
}
|
||||
|
||||
#menu .button:nth-child(1){
|
||||
background: var(--caret-color);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(2){
|
||||
background: var(--error-color);
|
||||
border-radius: 50%;
|
||||
}
|
Loading…
Reference in a new issue