From ea522127885486018de1547de0db04f3d3144eb6 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 5 Dec 2019 12:56:27 -1000 Subject: Emphasize content warning more --- static/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 9ed3a62..886cb1f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -145,6 +145,13 @@ pre { padding: 0 .5ex .5ex .5ex; } +.content-warning { + color: red; + border-bottom: 2px dotted red; + margin-bottom: 4px; + display: inline-block; +} + .composer-actions { text-align: right; padding: .2ex .5ex; -- cgit v1.2.3