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