diff --git a/index.html b/index.html
index a27b5bf..28a55a2 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,6 @@
}
:root {
- --border-radius: 0.5rem;
--color-background: #111;
--color-text-subtle: #888;
--color-text: #ccc;
@@ -79,58 +78,48 @@
@@ -272,9 +249,8 @@
.suggestion::before {
background-color: var(--color-text);
- border-radius: var(--border-radius);
content: ' ';
- inset: calc(var(--space) / 1.5) calc(var(--space) / 3);
+ inset: calc(var(--space) / 1.1) calc(var(--space) / 2);
opacity: 0;
position: absolute;
transform: translateY(0.5em);
@@ -558,6 +534,7 @@
font-family: var(--font-family);
font-size: var(--font-size);
line-height: 1.4;
+ user-select: none;
}
body {