diff options
-rw-r--r-- | apioforum/static/style.css | 6 |
1 files 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 { |