From da7106140929390bcdf6b819fd0bdc47c08d0f13 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 23 Dec 2023 17:00:24 -0600 Subject: [PATCH] tweaks for rendering status.lol block --- layouts/partials/aside.html | 2 +- static/css/custom.css | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index 38e32bf..0326171 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -61,4 +61,4 @@ {{- end }}

status.lol

- + diff --git a/static/css/custom.css b/static/css/custom.css index c8619ed..2cff8a2 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -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; } \ No newline at end of file