aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/misc.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/misc.css')
-rw-r--r--static/misc.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css
index ff9fe99..9bf9490 100644
--- a/static/misc.css
+++ b/static/misc.css
@@ -93,6 +93,20 @@ pre {
text-wrap: wrap;
}
+.temporaryIndicator {
+ color: var(--clr-positive);
+ animation: fadeOut 1s forwards;
+ animation-delay: 2s;
+}
+@keyframes fadeOut {
+ 0% {
+ opacity: 1;
+ }
+ 100% {
+ opacity: 0;
+ }
+}
+
[hidden] {
display: none;
}