From 507b593209f4d9f1a5aa2a154ba6fbfb2da7f37c Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 29 Jun 2023 21:48:06 +0000 Subject: [PATCH] Css update --- src/apps/tokyonight_night/static_src/src/styles.css | 4 ++-- src/apps/tokyonight_night/templates/base.html | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/apps/tokyonight_night/static_src/src/styles.css b/src/apps/tokyonight_night/static_src/src/styles.css index 285d330..10a00d0 100644 --- a/src/apps/tokyonight_night/static_src/src/styles.css +++ b/src/apps/tokyonight_night/static_src/src/styles.css @@ -38,11 +38,11 @@ body { } .button { - @apply font-abel px-12 py-2 border rounded-md transform ease-linear duration-500; + @apply font-abel px-12 py-2 border rounded-md transform ease-linear duration-100 hover:bg-opacity-60; } .submit-button-disabled { - @apply opacity-50 cursor-default; + @apply opacity-60 cursor-default; } .submit-button-enabled { diff --git a/src/apps/tokyonight_night/templates/base.html b/src/apps/tokyonight_night/templates/base.html index a34a8c7..df989cb 100644 --- a/src/apps/tokyonight_night/templates/base.html +++ b/src/apps/tokyonight_night/templates/base.html @@ -64,9 +64,7 @@

{{ user.username }}

- {{ user.username }}'s profile picture + pic
{% else %}