mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
added mr sleeves theme - shoutout to Taeha!
This commit is contained in:
parent
9b4d69ca3c
commit
e4a3568c24
2 changed files with 45 additions and 1 deletions
|
@ -14,5 +14,6 @@
|
|||
"laser",
|
||||
"retro",
|
||||
"dracula",
|
||||
"nord"
|
||||
"nord",
|
||||
"mr_sleeves"
|
||||
]
|
||||
|
|
43
public/themes/mr_sleeves.css
Normal file
43
public/themes/mr_sleeves.css
Normal file
|
@ -0,0 +1,43 @@
|
|||
:root {
|
||||
--bg-color: #d3d3d3;
|
||||
--main-color: #1d1d1d;
|
||||
--caret-color: #8fadc9;
|
||||
--sub-color: #919395;
|
||||
}
|
||||
|
||||
#top .logo .bottom{
|
||||
color: #8fadc9;
|
||||
}
|
||||
|
||||
#top .config .group .buttons .button.active{
|
||||
color: #daa99b;
|
||||
}
|
||||
|
||||
.word letter.incorrect {
|
||||
color: #bf6464;
|
||||
}
|
||||
|
||||
.word letter.incorrect.extra {
|
||||
color: #793e44;
|
||||
}
|
||||
|
||||
.word.error {
|
||||
border-bottom: 2px solid #bf6464;
|
||||
}
|
||||
|
||||
/* #menu .button:nth-child(1){
|
||||
color: #daa99b;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(2){
|
||||
color: #daa99b;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(3){
|
||||
color: #8fadc9;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(4),
|
||||
#menu .button:nth-child(5){
|
||||
color: #8fadc9;
|
||||
} */
|
Loading…
Reference in a new issue