Added theme 'Bliss'

This commit is contained in:
bhomie 2020-05-26 22:46:57 -07:00
parent be5ce7297b
commit 895ca680f8
2 changed files with 27 additions and 1 deletions

25
public/themes/bliss.css Normal file
View 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;
}

View file

@ -16,5 +16,6 @@
"dracula",
"nord",
"mr_sleeves",
"olivia"
"olivia",
"bliss"
]