Updated blockquotes.
This commit is contained in:
parent
0f5f932468
commit
1ee5e89ad6
3 changed files with 14 additions and 4 deletions
|
@ -31,6 +31,18 @@ plugins:
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.arithmatex:
|
- pymdownx.arithmatex:
|
||||||
generic: true
|
generic: true
|
||||||
|
- pymdownx.critic
|
||||||
|
- pymdownx.caret
|
||||||
|
- pymdownx.keys
|
||||||
|
- pymdownx.mark
|
||||||
|
- pymdownx.tilde
|
||||||
|
- def_list
|
||||||
|
- admonition
|
||||||
|
- pymdownx.details
|
||||||
|
- pymdownx.superfences
|
||||||
|
|
||||||
|
extra_css:
|
||||||
|
- stylesheets/extra.css
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- javascripts/mathjax.js
|
- javascripts/mathjax.js
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Evenwichts reacties
|
## Evenwichts reacties
|
||||||
|
|
||||||
Er is een chemisch evenwicht als er evenveel begin als eind producten worden omgezet met een gelijke [reactiesnelheid](reactie-kinetiek.md), dit is dus een omkeerbare reactie.
|
Er is een chemisch evenwicht als er evenveel begin als eind producten worden omgezet met een gelijke [reactiesnelheid](../reactie-kinetiek.md), dit is dus een omkeerbare reactie.
|
||||||
|
|
||||||
## Concentratie breuk
|
## Concentratie breuk
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
:root {
|
:root {
|
||||||
--md-blockquote-bg-color: #a56e6e;
|
--md-default-fg-color--lighter: #ffffff;
|
||||||
--md-blockqoute-text-color: #af1212;
|
|
||||||
--md-blockquote-border-color: #13951c;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue