mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +02:00
* Added CSS change for visited links
This commit is contained in:
parent
0475e2948d
commit
31d8d9ec5b
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue