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;
}
tr:hover{
background: darkred;
color: black;
}
.archive{
background: red;
color: black;

View File

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

View File

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