mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
change webring display style
This commit is contained in:
parent
92a29d7ffd
commit
aa0f8b045c
2 changed files with 8 additions and 4 deletions
|
@ -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 }}
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue