adjust success bg color
This commit is contained in:
parent
5ab04953c9
commit
90d0475b1a
@ -5,7 +5,7 @@ Danke
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="min-h-screen bg-gradient-to-b from-white to-gray-50 relative overflow-hidden">
|
<div class="min-h-screen bg-gradient-to-br from-yellow-50 via-white to-orange-50 relative overflow-hidden">
|
||||||
<header class="w-full bg-white/90 backdrop-blur-md shadow-lg fixed top-0 z-50 border-b border-gray-100">
|
<header class="w-full bg-white/90 backdrop-blur-md shadow-lg fixed top-0 z-50 border-b border-gray-100">
|
||||||
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-3 sm:py-4 flex justify-between items-center">
|
<div class="container mx-auto px-4 sm:px-6 lg:px-8 py-3 sm:py-4 flex justify-between items-center">
|
||||||
<a href="{{ path('app_home') }}" class="flex items-center space-x-2 group">
|
<a href="{{ path('app_home') }}" class="flex items-center space-x-2 group">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user