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:
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;
+}