diff options
Diffstat (limited to 'public/themes/botanical.css')
-rw-r--r-- | public/themes/botanical.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/themes/botanical.css b/public/themes/botanical.css new file mode 100644 index 000000000..32e810d46 --- /dev/null +++ b/public/themes/botanical.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #7b9c98; + --main-color: #eaf1f3; + --caret-color: #abc6c4; + --sub-color: #495755; + --text-color: #eaf1f3; + --error-color: #f6c9b4; + --error-extra-color: #f59a71; + --colorful-error-color: #f6c9b4; + --colorful-error-extra-color: #f59a71; +} |