diff --git a/bookwyrm/static/css/themes/bookwyrm-dark.scss b/bookwyrm/static/css/themes/bookwyrm-dark.scss index 466d8026..0a4f6f23 100644 --- a/bookwyrm/static/css/themes/bookwyrm-dark.scss +++ b/bookwyrm/static/css/themes/bookwyrm-dark.scss @@ -8,7 +8,9 @@ $primary: #005e50; $primary-light: #1d2b28; $info: #1f4666; $success: #246447; +$success-light: #0d2f1e; $warning: #8b6c15; +$warning-light: #372e13; $danger: #872538; $danger-light: #481922; $light: #393939;