1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 13:28:02 -05:00

Force link color even if columns are not links (due to caching)

This commit is contained in:
Reinhard Pointner 2018-06-25 01:59:40 +07:00
parent 3a16ceb5a6
commit 7f59de83cf

View File

@ -32,6 +32,7 @@ body > table {
}
body > table th {
color: #5c7684;
font-variant-caps: all-petite-caps;
}