diff options
| -rw-r--r-- | themes/clouds/style.css | 2 | ||||
| -rw-r--r-- | themes/fab/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 2e05388e74..1bd8bb0e2c 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -111,7 +111,7 @@ text-decoration: none; /* Define Alert Color */ .error, .warning, .red { -color:#2a2b2d; +color: red; } .facts_labelred, .facts_valuered { diff --git a/themes/fab/style.css b/themes/fab/style.css index 44e1494594..35e9f1179c 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -97,7 +97,7 @@ img { } /* Various text styles */ -.warning .error .largeError { +.warning, .error, .largeError { color: red; font-weight: bold; } |
