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

View file

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