mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 06:31:51 +08:00
Added GMK modern ink theme (#2145) by batsoup804
Not close to any other monkeytype theme as far as I can see.
This commit is contained in:
parent
a5c1723eef
commit
3f95d803f0
1 changed files with 31 additions and 0 deletions
31
static/themes/modern_ink.css
Normal file
31
static/themes/modern_ink.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
:root{
|
||||
--bg-color: #ffffff;
|
||||
--main-color: #ff360d;
|
||||
--caret-color: #ff0000;
|
||||
--sub-color: #ff0000;
|
||||
--text-color: #000000;
|
||||
--error-color: #d70000;
|
||||
--error-extra-color: #b00000;
|
||||
--colorful-error-color: #ff1c1c;
|
||||
--colorful-error-extra-color: #b00000;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(1) {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(5) {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.word letter.incorrect {
|
||||
-webkit-transform: scale(0.5) translate(-100%, -100%);
|
||||
}
|
||||
|
||||
.word letter.incorrect.extra {
|
||||
-webkit-transform: scale(0.5);
|
||||
}
|
||||
|
||||
.word.error{
|
||||
border-bottom: solid 2px #ff0000;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue