We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f79d3 commit a1c07cbCopy full SHA for a1c07cb
1 file changed
openwisp_utils/admin_theme/static/admin/css/openwisp.css
@@ -88,8 +88,10 @@ See https://code.djangoproject.com/ticket/33878 */
88
--ow-color-primary-light: #ffe5e5;
89
--ow-color-primary-lighter: #fdf2f2;
90
91
- /* Success/Positive */
+ /* Status Colors */
92
--ow-color-success: #498b26;
93
+ --ow-color-danger: #a72d1d;
94
+ --ow-color-warning: #ffb442;
95
96
/* Foreground Scale Spectrum */
97
--ow-color-black: #000;
0 commit comments