www: trasition: opaque
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user