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:
|
||||
- pymdownx.arithmatex:
|
||||
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:
|
||||
- javascripts/mathjax.js
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
:root {
|
||||
--md-blockquote-bg-color: #a56e6e;
|
||||
--md-blockqoute-text-color: #af1212;
|
||||
--md-blockquote-border-color: #13951c;
|
||||
--md-default-fg-color--lighter: #ffffff;
|
||||
}
|
Loading…
Reference in a new issue