From 31d8d9ec5b17577ca50f0c2aa3f19985b1b7af9b Mon Sep 17 00:00:00 2001 From: UnKnoWn Date: Sun, 21 May 2017 16:38:11 +0800 Subject: [PATCH] Issue #145: Added CSS change for visited links (#149) * Added CSS change for visited links --- nyaa/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index c1367ff..07e5a6a 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -58,6 +58,10 @@ table.torrent-list thead th.sorting_desc:after { content: "\f0dd"; } +table.torrent-list tbody tr td a:visited { + color: #1d4568; +} + #torrent-description img { max-width: 100%; }