💄 Change the mobile tap highlight color to gray in the reset styles

This commit is contained in:
Jeffrey Chen 2025-11-11 19:15:14 +08:00
parent 27030446f6
commit 55398aecef

View file

@ -17,6 +17,7 @@ body {
background-color: var(--b3-theme-background);
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: var(--b3-list-hover);
height: 100%;
box-sizing: border-box;
max-height: 100%;