Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2022-06-04 07:51:52 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2022-06-04 07:52:09 +0300
commit4cb78fa1eb001ad64343a2795218b3ab37b559a8 (patch)
tree0f99436eee9d736e460a81e15896755d98f618d9 /assets/libs/katex@0.15.6/dist/contrib/copy-tex.css
parentb767c4e39893384d6821e357ba6d4c901a5eb9b7 (diff)
Overhaul image processing and other changes
* Get rid of every single `.Scratch` * Bump KaTeX from 0.15.3 to 0.15.6 * Bump Fuse from 6.5.3 to 6.6.2 * Add cache busting to search indexes * Improve search results in general * Overhaul image processing * By default, use `webp` as an extra image format conditionally (Hugo 0.83+) * Other minor changes
Diffstat (limited to 'assets/libs/katex@0.15.6/dist/contrib/copy-tex.css')
-rw-r--r--assets/libs/katex@0.15.6/dist/contrib/copy-tex.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/libs/katex@0.15.6/dist/contrib/copy-tex.css b/assets/libs/katex@0.15.6/dist/contrib/copy-tex.css
new file mode 100644
index 0000000..6999c63
--- /dev/null
+++ b/assets/libs/katex@0.15.6/dist/contrib/copy-tex.css
@@ -0,0 +1,13 @@
+/* Force selection of entire .katex/.katex-display blocks, so that we can
+ * copy/paste the entire source code. If you omit this CSS, partial
+ * selections of a formula will work, but will copy the ugly HTML
+ * representation instead of the LaTeX source code. (Full selections will
+ * still produce the LaTeX source code.)
+ */
+.katex,
+.katex-display {
+ -webkit-user-select: all;
+ -moz-user-select: all;
+ user-select: all;
+}
+