mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-01 06:28:47 +01:00
web: disable tap highlighting & user selection
This commit is contained in:
parent
7205dc1435
commit
685204f1ad
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
:global(body) {
|
:global(body) {
|
||||||
font-family: "IBM Plex Mono", "Noto Sans Mono", monospace;
|
font-family: "IBM Plex Mono", "Noto Sans Mono", monospace;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(a) {
|
:global(a) {
|
||||||
|
|
Loading…
Reference in a new issue