mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
tweak shoutout styling
This commit is contained in:
parent
9cc06219be
commit
096e899c70
2 changed files with 1 additions and 6 deletions
|
@ -43,7 +43,6 @@
|
||||||
<h3>status.lol</h3>
|
<h3>status.lol</h3>
|
||||||
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
|
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
|
||||||
<hr>
|
<hr>
|
||||||
<h3>shoutouts</h3>
|
|
||||||
<script src="https://shoutouts.lol/embed/kz-49_TpBK2YexqL6Gyf.js" defer></script>
|
<script src="https://shoutouts.lol/embed/kz-49_TpBK2YexqL6Gyf.js" defer></script>
|
||||||
{{- if eq .Site.Params.analytics true }}
|
{{- if eq .Site.Params.analytics true }}
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
@ -316,15 +316,11 @@ a.tinylytics_webring {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* shoutouts styling */
|
/* shoutouts styling */
|
||||||
.shoutout .shoutout__container .shoutout__title:before {
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.shoutout .shoutout__container .shoutout__title {
|
.shoutout .shoutout__container .shoutout__title {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shoutout .shoutout__container .shoutout__content {
|
.shoutout .shoutout__container .shoutout__content {
|
||||||
|
|
Loading…
Reference in a new issue