cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit 5b4cf8c225dc8bce321f45baefc6fef42ba2954d
parent 6ab49005f7ef270fbd24d8583e0762cd4a2aa48e
Author: cblgh <cblgh@cblgh.org>
Date:   Tue,  6 Dec 2022 13:05:37 +0100

fix visited status bug stemming from css specificity

Diffstat:
Mhtml/assets/theme.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/html/assets/theme.css b/html/assets/theme.css @@ -14,10 +14,10 @@ textarea { background: black; color: wheat; } ul li { list-style-type: circle; } /* post author name is styled with `span > b` */ blockquote { border-left-color: darkred; } -pre code { color: darkred; } +a:not([class]), pre code { color: darkred; } +h1, h2, h2 > a:not([class], :visited), span > b { color: black; } a:visited { color: #666; } -a:not([class]), header details a:visited { color: darkred; } -h1, h2, h2 > a:not([class]), span > b { color: black; } +header a, header a:visited { color: darkred; } /* halloween theme */ /*