From 9bd1932d9c8ea2122f90e29d6cc465c2a0f2fc91 Mon Sep 17 00:00:00 2001 From: Arcade Wise Date: Thu, 1 Dec 2022 14:27:57 -0500 Subject: bugfixes for darkmode Signed-off-by: Arcade Wise --- apioforum/static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apioforum/static/style.css b/apioforum/static/style.css index 92e6dcd..652105a 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -14,6 +14,7 @@ body { font-family: sans-serif; word-wrap: break-word; } } a { color: var(--blue) } +a:visited { color: var(--visited); } .post { margin: 0px; } .post:nth-child(even) { background-color: var(--alternating-colour-even) } @@ -340,9 +341,8 @@ fieldset { margin-bottom: 15px; } display: inline; } -.breadcrumbs lili::before { - content: "/\00a0"; - padding: 8px; +.breadcrumbs li::before { + content: "/"; } textarea { -- cgit v1.2.3