www: trasition: opaque

This commit is contained in:
Peter Kleiweg
2026-04-23 15:18:11 +02:00
parent 9d974b3725
commit 59a2156507
2 changed files with 11 additions and 6 deletions

View File

@@ -141,11 +141,13 @@ label:hover {
text-decoration: underline;
}
#subtitle,
#data {
background-color: inherit;
transition: all 200ms linear;
opacity: 1;
transition: opacity 200ms linear;
}
#subtitle.fade,
#data.fade {
background-color: #00fa9a;
transition: all 20ms linear;
opacity: 0;
transition: opacity 20ms linear;
}