From 67f42982231d9311f46e61eac54a057eb67ad74e Mon Sep 17 00:00:00 2001 From: RedoX Date: Tue, 22 Jun 2021 14:59:39 +0000 Subject: [PATCH] Dark UI improvement --- app/templates/home.html | 4 ++-- app/templates/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/home.html b/app/templates/home.html index d5fa08d..13a6808 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -8,10 +8,10 @@
{% for chat in chats %} + class="p-4 rounded shadow hover:shadow-md hover:border hover:border-blue-300 hover:bg-blue-100 dark:bg-red-700 dark:hover:bg-red-500"> -
{{chat.name}}
+
{{chat.name}}
{% endfor %} diff --git a/app/templates/index.html b/app/templates/index.html index a422725..48240ac 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -50,7 +50,7 @@
+ class="text-sm items-center justify-center w-full min-h-full sm:w-2/5 md:w-1/4 lg:w-1/6 rounded m-2 shadow hover:shadow-lg dark:bg-red-700"> {% if item.media %}