mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
Added theme 'Bliss'
This commit is contained in:
parent
be5ce7297b
commit
895ca680f8
2 changed files with 27 additions and 1 deletions
25
public/themes/bliss.css
Normal file
25
public/themes/bliss.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
:root {
|
||||
--bg-color: #262727;
|
||||
--main-color: #665957;
|
||||
--caret-color: #f0d3c9;
|
||||
--sub-color: #f0d3c9;
|
||||
--error-color: #77516a;
|
||||
}
|
||||
|
||||
.word letter.incorrect,
|
||||
.word letter.incorrect.extra{
|
||||
color: var(--error-color);
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.word{
|
||||
transition: border .5s ease-in-out;
|
||||
}
|
||||
|
||||
.word.error{
|
||||
border-bottom: dotted 2px var(--error-color);
|
||||
}
|
||||
|
||||
.button.discord::after{
|
||||
background: var(--main-color) !important;
|
||||
}
|
|
@ -16,5 +16,6 @@
|
|||
"dracula",
|
||||
"nord",
|
||||
"mr_sleeves",
|
||||
"olivia"
|
||||
"olivia",
|
||||
"bliss"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue