Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-18 12:33:15 +02:00
parent 8b70eb4216
commit 6b11c9e038
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;
}