Merge branch 'main' into dev

This commit is contained in:
2025-10-18 12:33:22 +02:00
3 changed files with 14 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ textarea{
background-color: black; background-color: black;
} }
tr:hover{
background: darkred;
color: black;
}
.archive{ .archive{
background: red; background: red;
color: black; color: black;

View File

@@ -45,6 +45,11 @@ textarea{
background-color: #333; background-color: #333;
} }
tr:hover{
background: orange;
color: black;
}
.archive{ .archive{
background: black; background: black;
} }

View File

@@ -41,6 +41,10 @@ textarea{
background-color: lightcyan;; background-color: lightcyan;;
} }
tr:hover{
background: #afffff;
}
.archive{ .archive{
background: white; background: white;
} }