diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-04 19:35:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-04 19:35:13 +0300 |
commit | 0673e5233a5aa63c05e7c148ecd15dff64d74d45 (patch) | |
tree | 9a38aa59faae00f0cf3d98a6102674c532278743 /www/package-details-body.css | |
parent | 4d00bbc28ced4e8c904bd8fc7ef29ac60c3f6b79 (diff) |
Make topic link not to change color after visited
Diffstat (limited to 'www/package-details-body.css')
-rw-r--r-- | www/package-details-body.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/package-details-body.css b/www/package-details-body.css index e3aaa00..940b493 100644 --- a/www/package-details-body.css +++ b/www/package-details-body.css @@ -129,6 +129,12 @@ h1, h2 margin: 0 0.35em 0.1em 0; } +#package tr.topics td a:visited, +#package tr.project td a:visited +{ + color: #3870c0; +} + #package tr.topics td a:hover, #package tr.project td a:hover { |