diff options
author | 2022-08-16 21:21:59 +0400 | |
---|---|---|
committer | 2022-08-16 21:50:42 +0400 | |
commit | 04babac2f281487adcddbf1e92d9d028896e086e (patch) | |
tree | cca6511caa433161c3259c4c562d92b142db7cbe /pydis_site/static | |
parent | Unify Tag Migrations & Add Commit Model (diff) |
Add Tag Metadata
Uses the commit API to obtain tag metadata such as when it was last
edited, and by whom.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/content/tag.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pydis_site/static/css/content/tag.css b/pydis_site/static/css/content/tag.css index 32a605a8..79795f9e 100644 --- a/pydis_site/static/css/content/tag.css +++ b/pydis_site/static/css/content/tag.css @@ -5,5 +5,9 @@ } .content a *:hover { - color: black; + color: dimgray; +} + +span.update-time { + text-decoration: black underline dotted; } |