CSS improvements

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-11-01 13:29:10 +01:00
parent 4468f45064
commit e9ab2ea5c6
3 changed files with 31 additions and 0 deletions

View File

@@ -55,6 +55,15 @@ tr:hover a{
color: black;
}
tr:hover .taglist .tag {
border-color: black;
}
tr:hover .taglist .tag button {
background: darkred;
color: black;
}
.archive{
background: red;
color: black;

View File

@@ -54,6 +54,15 @@ tr:hover a{
color: black;
}
tr:hover .taglist .tag {
border-color: black;
}
tr:hover .taglist .tag button {
background: orange;
color: black;
}
.archive{
background: black;
}

View File

@@ -45,6 +45,19 @@ tr:hover{
background: #afffff;
}
tr:hover a{
color: black;
}
tr:hover .taglist .tag {
border-color: black;
}
tr:hover .taglist .tag button {
//background: orange;
color: black;
}
.archive{
background: white;
}