mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 09:58:27 +00:00
web: disable tap highlighting & user selection
This commit is contained in:
parent
7205dc1435
commit
685204f1ad
@ -24,6 +24,9 @@
|
||||
:global(body) {
|
||||
font-family: "IBM Plex Mono", "Noto Sans Mono", monospace;
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
:global(a) {
|
||||
|
Loading…
Reference in New Issue
Block a user