Добавил фон
All checks were successful
Auto-Deploy-Shop / deploy (push) Successful in 7s

This commit is contained in:
ack_ik
2026-01-26 15:36:46 +03:00
parent c73982850c
commit 2eaa560bdb

View File

@@ -14,6 +14,10 @@
height: 200px;
object-fit: cover;
}
/* Page background: RAL 1013 (Oyster white) — approximate hex */
body {
background-color: #EDE6D1;
}
</style>
{% block extra_css %}{% endblock %}
</head>