aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-12-18 21:27:01 -0500
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-12-31 22:04:23 -0500
commit9d8f3deef44af4d6b7508dfe557677293d2977ce (patch)
tree7f3b5dc6fc17b5be05dacc06eee9c7d0422c46ef /static/styles.css
parente6738bd3ec257b3f35e04bc5b73e3b6de93772fb (diff)
downloadpatchfoo-9d8f3deef44af4d6b7508dfe557677293d2977ce.tar.gz
patchfoo-9d8f3deef44af4d6b7508dfe557677293d2977ce.zip
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.
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css13
1 files changed, 13 insertions, 0 deletions
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;
}