diff --git a/stroll.html b/stroll.html index e23bc30..01a68b3 100644 --- a/stroll.html +++ b/stroll.html @@ -192,7 +192,9 @@
Welcome to Stroll
-

+
+
+
This game features 18+ content
 
diff --git a/style.css b/style.css index fe1c1fe..74917d3 100644 --- a/style.css +++ b/style.css @@ -802,4 +802,22 @@ body.dark .meterLabel { padding-top: 6px; padding-bottom: 6px; user-select: none; +} + +#log > div, +#react-log > div { + animation: log-fade 10s linear; + animation-fill-mode: forwards; +} + +@keyframes log-fade { + 0% { + opacity: 1; + } + 70% { + opacity: 1; + } + 100% { + opacity: 0.6; + } } \ No newline at end of file