We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb102e commit 30118a7Copy full SHA for 30118a7
app/globals.css
@@ -149,3 +149,19 @@
149
src: url("/fonts/general-sans/GeneralSans-Semibold.woff2"), format("woff2");
150
font-display: swap;
151
}
152
+
153
+/* Text selection */
154
+::selection {
155
+ background: #892be280;
156
+ color: white;
157
+}
158
159
+::-moz-selection {
160
+ background: #8a2be280;
161
162
163
164
+*{
165
+ scrollbar-width: 4px;
166
+ scrollbar-color: #8a2be2 #121212;
167
0 commit comments