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>
|
<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 }}
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue