diff --git a/public/themes/mr_sleeves.css b/public/themes/mr_sleeves.css index 8a6a91921..995c5cc88 100644 --- a/public/themes/mr_sleeves.css +++ b/public/themes/mr_sleeves.css @@ -1,8 +1,11 @@ :root { - --bg-color: #d3d3d3; - --main-color: #1d1d1d; + --bg-color: #6c7072; + --main-color: #daa99b; --caret-color: #8fadc9; - --sub-color: #919395; + --sub-color: #878c91; + --text-color: #1d1d1d; + --error-color: #bf6464; + --error-extra-color: #793e44; } #top .logo .bottom{ @@ -13,17 +16,6 @@ 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;