diff options
Diffstat (limited to 'views/default/css/elements/components.php')
-rw-r--r-- | views/default/css/elements/components.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 34784da..ffb60ff 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -127,10 +127,11 @@ border-radius: 8px; } .elgg-state-success { - background-color: black; + background-color: #5175B0; + color: white; } .elgg-state-error { - background-color: red; + background-color: #DE0218; } .elgg-state-notice { background-color: #ff4c12; |