fixed bug from previous commit

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-18 21:06:41 +02:00
parent 502c46ae6f
commit a8a5e454e7
2 changed files with 5 additions and 1 deletions

View File

@@ -51,6 +51,10 @@ tr:hover{
color: black;
}
tr:hover a{
color: black;
}
.archive{
background: red;
color: black;

View File

@@ -51,7 +51,7 @@ tr:hover{
}
tr:hover a{
background: black;
color: black;
}
.archive{