1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

nzbhydra table text color fix

This commit is contained in:
Marius 2021-08-04 22:06:20 +02:00
parent ac1d0a1b1c
commit 37d974acbe

View File

@ -464,6 +464,10 @@ table {
background-color: rgba(255, 255, 255, 0.08);
}
.search-result-tbody {
color: white;
}
pre {
background-color: rgba(0, 0, 0, 0.45);
border: 1px solid transparent;