Skip to content

Commit b7797b0

Browse files
committed
Update redirect.html
1 parent 104194e commit b7797b0

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

redirect.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no">
99
<link rel="shortcut icon" href="/icons/app-favicon.png">
1010
<style>
11+
1112
@font-face {
1213
font-family: 'Inter';
1314
font-style: normal;
@@ -23,8 +24,6 @@
2324
background: #1a1c24;
2425
color: #d4d5d7;
2526
font-family: 'Inter', system-ui, sans-serif;
26-
user-select: none;
27-
-webkit-user-select: none;
2827
}
2928

3029
body {
@@ -90,6 +89,22 @@
9089
--ease-function: cubic-bezier(0.32, 0.08, 0.24, 1);
9190
}
9291

92+
html, body {
93+
text-rendering: optimizeLegibility;
94+
font-feature-settings: "kern";
95+
-webkit-font-feature-settings: "kern";
96+
touch-action: manipulation;
97+
overscroll-behavior: none;
98+
user-select: none;
99+
-webkit-user-select: none;
100+
-webkit-touch-callout: none;
101+
-webkit-font-smoothing: antialiased;
102+
-webkit-tap-highlight-color: transparent;
103+
-webkit-text-size-adjust: 100%;
104+
-webkit-overflow-scrolling: touch;
105+
-webkit-text-size-adjust: none;
106+
}
107+
93108
</style>
94109
</head>
95110

0 commit comments

Comments
 (0)