tweaks for rendering status.lol block

This commit is contained in:
John Bowdre 2023-12-23 17:00:24 -06:00
parent 6f7c3bf792
commit da71061409
2 changed files with 24 additions and 2 deletions

View file

@ -61,4 +61,4 @@
{{- end }} {{- end }}
<hr> <hr>
<h3>status.lol</h3> <h3>status.lol</h3>
<script src="https://status.lol/jbowdre.js?time&link&no-emoji"></script> <script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>

View file

@ -171,6 +171,28 @@ ul.pagination li {
} }
/* statuslol overrides */ /* statuslol overrides */
.statuslol_content a { .statuslol {
background: var(--inner-bg) !important;
}
.statuslol_content p,
.statuslol_content li,
.statuslol_content em,
.statuslol_content strong {
overflow-wrap: break-word; overflow-wrap: break-word;
font-size: 0.8em;
line-height:normal;
margin: 0.2em auto;
color: var(--fg);
}
.statuslol_time a:link,
.statuslol_time a:visited {
color: var(--link) !important;
}
.statuslol_time a:hover,
.statuslol_time a:active,
.statuslol_time a.active {
color: var(--hover) !important;
} }