update dropdown

This commit is contained in:
2025-05-24 21:04:08 +03:00
parent 59581304d0
commit ee206e1241
4 changed files with 41 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
{% set hover_color = hover_color | default(value="hover:bg-gray-50") %}
<div class="relative shadow rounded-lg p-4 transition-all duration-300">
<div class="card relative shadow rounded-lg p-4 transition-all duration-300">
{% if icon %}
<div class="flex items-center justify-center h-12 w-12 rounded-md mb-4">
<img src="{{ icon | safe }}" class="">
@@ -31,4 +31,8 @@
p{
font-weight: 200;
}
body.dark-mode .card {
background-color: rgba(82, 82, 82, 50%) !important;
}
</style>