mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 02:07:55 +08:00
updated sub color
This commit is contained in:
parent
a9653f4c9d
commit
23ae0956cb
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
:root{
|
||||
:root {
|
||||
--bg-color: #ffffff;
|
||||
--main-color: #ff360d;
|
||||
--caret-color: #ff0000;
|
||||
--sub-color: #ff0000;
|
||||
--sub-color: #b7b7b7;
|
||||
--text-color: #000000;
|
||||
--error-color: #d70000;
|
||||
--error-extra-color: #b00000;
|
||||
|
|
@ -26,6 +26,6 @@
|
|||
-webkit-transform: scale(0.5);
|
||||
}
|
||||
|
||||
.word.error{
|
||||
.word.error {
|
||||
border-bottom: solid 2px #ff0000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue