Merge branch 'main' into dev

This commit is contained in:
2025-10-18 21:06:47 +02:00
2 changed files with 5 additions and 1 deletions

View File

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

View File

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