From 0ea9c2d0001a42743dbbab062cd7af1886727bbb Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 1 Dec 2022 20:15:46 +0000 Subject: minor colour changes - visited usernames shouldn't be purple - the purple visited colour should be the browser default of #551a8b --- 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 652105a..4b2085c 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -10,7 +10,7 @@ body { font-family: sans-serif; word-wrap: break-word; } --red: red; --yellow: yellow; --blue: blue; - --visited: purple; + --visited: #552a8b; } a { color: var(--blue) } @@ -29,7 +29,7 @@ a:visited { color: var(--visited); } .post:last-of-type { border-bottom: 1px solid var(--dark-colour); } .post-heading,.post-footer { font-size: smaller; } -.post-heading,.post-footer,.username { +.post-heading,.post-footer,.username,.username:visited { color: var(--username-colour); } .username { @@ -386,4 +386,4 @@ textarea { body { background-color: var(--light-colour); color: var(--dark-colour); } } - \ No newline at end of file + -- cgit v1.2.3