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 3048af1 commit 91703beCopy full SHA for 91703be
src/css/custom.scss
@@ -10,6 +10,17 @@
10
src: local('DM Sans'), url(../fonts/DMSans.ttf) format('truetype');
11
}
12
13
+/* Copied from https://github.com/antinomyhq/antinomyhq.github.io/pull/216 */
14
+/* Workaround for https://github.com/facebook/docusaurus/issues/10495 */
15
+/* Firefox copy-paste fix: Force code block lines to behave as block elements */
16
+/* This helps Firefox handle text selection correctly in code blocks */
17
+.prism-code .token-line {
18
+ display: block;
19
+ user-select: text;
20
+ -moz-user-select: text;
21
+ -webkit-user-select: text;
22
+}
23
+
24
$f3d_black: #141414;
25
$f3d_white: #F4F4F4;
26
$f3d_blue: #788BFF;
0 commit comments