1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Added error & warning colors

This commit is contained in:
2024-07-07 19:07:21 +04:00
parent e1026fd108
commit b240c2aefe

View File

@@ -27,3 +27,8 @@ $tag-text: #4aa158;
$input-background: #26232d;
$input-border: #5c5a61;
$error-background: #7a2725;
$warning-background: #7d4825;
$warning-border: #95562c;