diff options
Diffstat (limited to 'public/themes/mizu.css')
-rw-r--r-- | public/themes/mizu.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/themes/mizu.css b/public/themes/mizu.css new file mode 100644 index 000000000..cff5c3bbe --- /dev/null +++ b/public/themes/mizu.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #afcbdd; + --main-color: #fcfbf6; + --caret-color: #fcfbf6; + --sub-color: #85a5bb; + --text-color: #1a2633; + --error-color: #bf616a; + --error-extra-color: #793e44; + --colorful-error-color: #bf616a; + --colorful-error-extra-color: #793e44; +} |