From 9d8f3deef44af4d6b7508dfe557677293d2977ce Mon Sep 17 00:00:00 2001 From: cel Date: Wed, 18 Dec 2019 21:27:01 -0500 Subject: Show id in feed names in markdown-usable way If the feed name cannot be used as a @mention but must be a [@mention](@id), show it that way, so it can be copy-pastable into new message text. --- static/styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 9c64d48..e182ae5 100644 --- a/static/styles.css +++ b/static/styles.css @@ -120,6 +120,19 @@ pre { font-size: smaller; } +.id-copyable-link { + text-decoration: none; +} + +.id-deemphasize { + color: #67f; + font-size: smaller; +} + +.id-name { + text-decoration: underline; +} + .msg-header { margin-bottom: .25ex; } -- cgit v1.2.3