From c8703c438b94336cbf388e22a148e0d8f797309e Mon Sep 17 00:00:00 2001 From: John Donmoyer Date: Mon, 7 Oct 2024 15:01:27 +0100 Subject: [PATCH] adjust background color --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 902b8b29..72b1ba38 100644 --- a/styles.css +++ b/styles.css @@ -132,7 +132,7 @@ body:not(:has(.ddoc)) { &:hover, &:focus { - @apply opacity-100 bg-gray-200; + @apply opacity-100 bg-gray-100; } &:active {