From 3d456d1cd5c9866fcca24c850254e6e5a4c69211 Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Mon, 14 Oct 2024 10:16:37 -0600 Subject: [PATCH] quick styling fix --- wwwroot/css/site.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index b8527b9..a548676 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -415,7 +415,10 @@ html[data-bs-theme="light"] .btn-adaptive { --bs-btn-disabled-border-color: #f8f9fa; } -.api-method:hover { - border-bottom: 1px solid; - border-top: 1px solid; +html[data-bs-theme="dark"] .api-method:hover { + background-color: #373b3e; +} + +html[data-bs-theme="light"] .api-method:hover { + background-color: rgba(0,0,0,0.1); } \ No newline at end of file