diff --git a/themes/tinyweb-site.html b/themes/tinyweb-site.html index 8f8db57..a07bc34 100644 --- a/themes/tinyweb-site.html +++ b/themes/tinyweb-site.html @@ -88,7 +88,8 @@ background: #f5f5f5; color: #444; } - .content { width: 100%; } + .content { width: 100%; animation: fadeIn 0.3s ease; } + @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } h1 { font-size: 32px; font-weight: bold;