From 357c045fbfd510093985c16daec53c8250b270f3 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 29 Dec 2023 17:11:21 +0100 Subject: [PATCH] Updated stylesheets. --- config/en/mkdocs.yaml | 3 +++ config/nl/mkdocs.yaml | 3 +++ docs/en/mathematics/set-theory/permutations.md | 2 -- docs/stylesheets/extra.css | 5 +++++ 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 docs/stylesheets/extra.css diff --git a/config/en/mkdocs.yaml b/config/en/mkdocs.yaml index f8adfca..16ea717 100755 --- a/config/en/mkdocs.yaml +++ b/config/en/mkdocs.yaml @@ -53,6 +53,9 @@ markdown_extensions: - pymdownx.details - pymdownx.superfences +extra_css: + - stylesheets/extra.css + extra_javascript: - javascripts/mathjax.js - https://polyfill.io/v3/polyfill.min.js?features=es6 diff --git a/config/nl/mkdocs.yaml b/config/nl/mkdocs.yaml index 9c60315..26da54b 100755 --- a/config/nl/mkdocs.yaml +++ b/config/nl/mkdocs.yaml @@ -53,6 +53,9 @@ markdown_extensions: - pymdownx.details - pymdownx.superfences +extra_css: + - stylesheets/extra.css + extra_javascript: - javascripts/mathjax.js - https://polyfill.io/v3/polyfill.min.js?features=es6 diff --git a/docs/en/mathematics/set-theory/permutations.md b/docs/en/mathematics/set-theory/permutations.md index d603a1f..9c284c5 100644 --- a/docs/en/mathematics/set-theory/permutations.md +++ b/docs/en/mathematics/set-theory/permutations.md @@ -100,8 +100,6 @@ For example consider the permutation $g = [8,4,1,6,7,2,5,3]$ in $\mathrm{Sym}_8$ This means that every permutation has a unique cycle structure. -
- ## Conjugation The choice $X = \{1, \dots, n\}$ fixed the set $X$ under consideration. Suppose a different numbering of the elements in $X$ is chosen. How may a permutation of $X$ be compared with respect to two different numberings? diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..416d9c8 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,5 @@ +[dir="ltr"] .md-typeset blockquote { + border-left: .2rem solid rgba(68,138,255,1); + background-color: rgba(34, 44, 63, 1); + color: rgb(191,195,202); +} \ No newline at end of file