From 4c9b0fca0a43ebc2f1435052daa89059cd6760bb Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 11 Nov 2022 17:52:51 -0800 Subject: pds: inspect links in pink --- adenosine-pds/templates/account.html | 2 +- adenosine-pds/templates/adenosine.css | 4 ++++ adenosine-pds/templates/macro.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'adenosine-pds') diff --git a/adenosine-pds/templates/account.html b/adenosine-pds/templates/account.html index bd015d5..7b1d426 100644 --- a/adenosine-pds/templates/account.html +++ b/adenosine-pds/templates/account.html @@ -10,7 +10,7 @@ {% endif %} @{{ profile.handle }} -{{ profile.did }} +at://{{ profile.did }} {% if profile.description.is_some() %}

{{ profile.description.as_ref().unwrap() }} diff --git a/adenosine-pds/templates/adenosine.css b/adenosine-pds/templates/adenosine.css index 136bce4..681cd86 100644 --- a/adenosine-pds/templates/adenosine.css +++ b/adenosine-pds/templates/adenosine.css @@ -694,3 +694,7 @@ p.counts { overflow: auto; font-weight: bold; } +.pink, a.pink, a:visited.pink, a:hover.pink { + color: var(--code); + text-decoration: none; +} diff --git a/adenosine-pds/templates/macro.html b/adenosine-pds/templates/macro.html index 96fdfe3..1a8f5c5 100644 --- a/adenosine-pds/templates/macro.html +++ b/adenosine-pds/templates/macro.html @@ -29,7 +29,7 @@
[{{ item.likeCount }} like / {{ item.repostCount }} repost / {{ item.replyCount }} reply] - [inspect] + [inspect] {% if item.record.get("reply").is_some() %} -- cgit v1.2.3