From 5a63584a171c61c8fb11254d5dc59337879c9204 Mon Sep 17 00:00:00 2001 From: Henrik Mildner Date: Sat, 8 Mar 2025 15:16:17 +0100 Subject: [PATCH] Blue logout button --- core/accounts/templates/accounts/home.html | 2 +- core/homepage/static/homepage/t-style.css | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core/accounts/templates/accounts/home.html b/core/accounts/templates/accounts/home.html index 85bc6c0..a074ad8 100644 --- a/core/accounts/templates/accounts/home.html +++ b/core/accounts/templates/accounts/home.html @@ -11,7 +11,7 @@
{% csrf_token %} - +
diff --git a/core/homepage/static/homepage/t-style.css b/core/homepage/static/homepage/t-style.css index eb17291..7f40bfb 100644 --- a/core/homepage/static/homepage/t-style.css +++ b/core/homepage/static/homepage/t-style.css @@ -442,9 +442,6 @@ .bg-red-500 { background-color: var(--color-red-500); } - .bg-red-600 { - background-color: var(--color-red-600); - } .bg-white { background-color: var(--color-white); }