diff options
Diffstat (limited to 'synapse/res/templates/style.css')
-rw-r--r-- | synapse/res/templates/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/res/templates/style.css b/synapse/res/templates/style.css index 097b235ae5..9899238bb6 100644 --- a/synapse/res/templates/style.css +++ b/synapse/res/templates/style.css @@ -27,3 +27,7 @@ body { h3 { font-size: .85rem; } h4 { font-size: .8rem; } } + +.error { + color: red; +} |