From 801be736d55239ffa890c907027e4b0cd40b6873 Mon Sep 17 00:00:00 2001 From: bhomie Date: Mon, 1 Jun 2020 20:05:07 -0700 Subject: [PATCH] Can't forget taro css lol --- public/themes/taro.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/themes/taro.css diff --git a/public/themes/taro.css b/public/themes/taro.css new file mode 100644 index 000000000..059d8ee74 --- /dev/null +++ b/public/themes/taro.css @@ -0,0 +1,24 @@ +:root { + /* --bg-color: linear-gradient(215deg, #cbb8ba, #706768); */ + --bg-color: #b3baff; + --main-color: #130f1a; + --caret-color: #00e9e5; + --sub-color: #6f6c91; + --text-color: #130f1a; + --error-color: #ffe23e; + --error-extra-color: #fff1c3; +} + +.word.error{ + border-bottom: dotted 2px var(--text-color); +} + +#menu .button:nth-child(1){ + background: var(--caret-color); + border-radius: 50%; +} + +#menu .button:nth-child(2){ + background: var(--error-color); + border-radius: 50%; +}