mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Customize MathJax colors.
This commit is contained in:
parent
5f7032ff8f
commit
4bdd08a187
|
@ -73,6 +73,18 @@ The first hexagram is made up of six unbroken lines. These unbroken lines stand
|
|||
|
||||
The power represented by the hexagram is to be interpreted in a dual sense in terms of its action on the universe and of its action on the world of men. In relation to the universe, the hexagram expresses the strong, creative action of the Deity. In relation to the human world, it denotes the creative action of the holy man or sage, of the ruler or leader of men, who through his power awakens and develops their higher nature.
|
||||
|
||||
Boxes
|
||||
==============
|
||||
|
||||
.. note::
|
||||
Equations within a note
|
||||
:math:`G_{\mu\nu} = 8 \pi G (T_{\mu\nu} + \rho_\Lambda g_{\mu\nu})`.
|
||||
|
||||
.. warning::
|
||||
Equations within a note
|
||||
:math:`G_{\mu\nu} = 8 \pi G (T_{\mu\nu} + \rho_\Lambda g_{\mu\nu})`.
|
||||
|
||||
|
||||
Citation
|
||||
========
|
||||
|
||||
|
|
10
sass/_theme_mathjax.sass
Normal file
10
sass/_theme_mathjax.sass
Normal file
|
@ -0,0 +1,10 @@
|
|||
span[id*='MathJax-Span']
|
||||
color: $mathjax-color
|
||||
|
||||
.admonition.note
|
||||
span[id*='MathJax-Span']
|
||||
color: $mathjax-note-color
|
||||
|
||||
.admonition.warning
|
||||
span[id*='MathJax-Span']
|
||||
color: $mathjax-warning-color
|
|
@ -1,2 +1,5 @@
|
|||
$font-awesome-dir: "../font/"
|
||||
$static-img: "../img/"
|
||||
$mathjax-color: #009999
|
||||
$mathjax-note-color: #ffffff
|
||||
$mathjax-warning-color: #ffffff
|
||||
|
|
|
@ -49,3 +49,4 @@
|
|||
@import theme_layout
|
||||
@import theme_badge
|
||||
@import theme_rst
|
||||
@import theme_mathjax
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user