mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
tweaks for rendering status.lol block
This commit is contained in:
parent
6f7c3bf792
commit
da71061409
2 changed files with 24 additions and 2 deletions
|
@ -61,4 +61,4 @@
|
|||
{{- end }}
|
||||
<hr>
|
||||
<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>
|
||||
|
|
|
@ -171,6 +171,28 @@ ul.pagination li {
|
|||
}
|
||||
|
||||
/* 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;
|
||||
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;
|
||||
}
|
Loading…
Reference in a new issue