From e792e35768b12280fc16febaa70b926cfcfd0de3 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Mon, 2 Jan 2017 20:01:29 -0800 Subject: [PATCH] Add CSS for user's own comments --- www/solar/ui.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/solar/ui.css b/www/solar/ui.css index e015846..a80a544 100644 --- a/www/solar/ui.css +++ b/www/solar/ui.css @@ -424,6 +424,9 @@ ul.blog-categories li:last-child:after { border: 1px dashed #006699; padding: 5px } +.comment-editable { + color: #FF9900; +} /* Wiki */ a.wiki-broken {