Issue #145: Added CSS change for visited links (#149)

* Added CSS change for visited links
This commit is contained in:
UnKnoWn 2017-05-21 16:38:11 +08:00 committed by Anna-Maria Meriniemi
parent 0475e2948d
commit 31d8d9ec5b
1 changed files with 4 additions and 0 deletions

View File

@ -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%;
}