💄 Change the mobile tap highlight color to gray in the reset styles (#16331)

This commit is contained in:
Jeffrey Chen 2026-03-03 10:12:49 +08:00 committed by GitHub
parent f719cd1f8b
commit d8ca219d65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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%;