mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
d4c7c62c26
* Create beach.css
* Update _list.json
* Update beach.css
* Update beach.css
* Update beach.css
* Update beach.css
* Update beach.css
* Update beach.css
* Add Creamsicle Theme 🍊
* Create pink_lemonade.css
* Delete beach.css
* Update _list.json
* Update _list.json
* Create beach.css
* Change Creamsicle Theme Error Color
* Change Error Color to Purple
Purple contrasts better with orange then blue.
Co-authored-by: Jack <jack@monkeytype.com>
20 lines
505 B
CSS
20 lines
505 B
CSS
:root {
|
|
--bg-color: #ffeead;
|
|
--main-color: #96ceb4;
|
|
--caret-color: #ffcc5c;
|
|
--sub-color: #ffcc5c;
|
|
--text-color: #5b7869;
|
|
--error-color: #ff6f69;
|
|
--error-extra-color: #ff6f69;
|
|
--colorful-error-color: #ff6f69;
|
|
--colorful-error-extra-color: #ff6f69;
|
|
}
|
|
|
|
#menu .icon-button:nth-child(1),
|
|
#menu .icon-button:nth-child(2),
|
|
#menu .icon-button:nth-child(3),
|
|
#menu .icon-button:nth-child(4),
|
|
#menu .icon-button:nth-child(5),
|
|
#menu .icon-button:nth-child(6) {
|
|
color: #ff6f69;
|
|
}
|