From 44e72c6b39d1e2c8f8cdbfcadbf140c800639d13 Mon Sep 17 00:00:00 2001 From: Jorge del Casar <948953+jorgecasar@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:05:05 +0100 Subject: [PATCH] fix(normalize): use surface-3 on tr:hover --- src/extra/normalize.src.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/extra/normalize.src.css b/src/extra/normalize.src.css index e7035d83..89b74b81 100644 --- a/src/extra/normalize.src.css +++ b/src/extra/normalize.src.css @@ -351,11 +351,7 @@ :where(table tr:hover td), :where(tbody tr:nth-child(even):hover td) { - background-color: var(--gray-10); - - @media (prefers-color-scheme: light) { - background-color: white; - } + background-color: var(--surface-3); } :where(table > caption) {