change webring display style

This commit is contained in:
John Bowdre 2024-01-23 15:22:08 -06:00
parent 92a29d7ffd
commit aa0f8b045c
2 changed files with 8 additions and 4 deletions

View file

@ -44,6 +44,5 @@
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
{{- if eq .Site.Params.analytics true }}
<hr>
<h3>Webring</h3>
<a href="" target="_blank" class="tinylytics_webring">🕸️<img class="tinylytics_webring_avatar" src="" style="display: none"/>💍</a>
<a href="" target="_blank" class="tinylytics_webring"><img class="tinylytics_webring_avatar" src="" style="display: none"/>Tinylytics Webring</a>
{{- end }}

View file

@ -282,7 +282,7 @@ blockquote {
padding-left: 0.25rem;
}
/* tinylytics kudos styling*/
/* tinylytics styling*/
.post_kudos {
display: flex;
}
@ -303,6 +303,11 @@ button.tinylytics_kudos:hover {
text-shadow: var(--off-fg) 0 0 1px;
}
img.tinylytics_webring_avatar {
border-radius: 50%;
height: 2rem;
}
/* post front matter styling*/
.frontmatter hr {
margin-bottom: 0rem;
@ -348,4 +353,4 @@ button.tinylytics_kudos:hover {
/* footnote link styling */
.footnote-backref {
text-decoration: none;
}
}