mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 20:29:59 +00:00
* Added CSS change for visited links
This commit is contained in:
parent
0475e2948d
commit
31d8d9ec5b
|
@ -58,6 +58,10 @@ table.torrent-list thead th.sorting_desc:after {
|
||||||
content: "\f0dd";
|
content: "\f0dd";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.torrent-list tbody tr td a:visited {
|
||||||
|
color: #1d4568;
|
||||||
|
}
|
||||||
|
|
||||||
#torrent-description img {
|
#torrent-description img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue