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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-10-08 19:21:39 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-10-08 19:21:39 +0300
commitd31aaa07567589d7149096ada10289dd7818df0b (patch)
treeaafd8e4f1cfe1ac432f26ba66c57c887b5df986b /static
parent993d2588c06d8b139850b9887216a842a7c7affa (diff)
Add Mathjax support
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 0e199ed..7c75205 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1917,3 +1917,17 @@ pre .javascript .function {
#recent-post li:hover .item-title a {
color: #38b7ea;
}
+
+/*
+
+ MathJax helpers
+
+*/
+
+code.has-jax {
+ font: inherit;
+ font-size: 100%;
+ background: inherit;
+ border: inherit;
+ color: #515151;
+}