mod: усилена медитативность

This commit is contained in:
2026-02-18 19:44:06 +03:00
parent b7321220c2
commit 4b9e102887
3 changed files with 41 additions and 7 deletions

View File

@@ -34,11 +34,16 @@
body {
margin: 0;
min-height: 100vh;
background-color: #570000; /* Fallback color */
transition: background 1s ease; /* Плавное появление градиента */
background-color: #111; /* Изначально темный фон */
opacity: 0; /* Скрываем контент до расчета цвета */
transition: opacity 0.9s ease-in-out; /* Очень плавное появление */
}
</style>
<noscript>
<style>body { opacity: 1; }</style>
</noscript>
{% block ExtraHead %}{% endblock %}
</head>
<body>