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 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 + |