Skip to content

Commit

Permalink
Add blue color for text highlighting (#40)
Browse files Browse the repository at this point in the history
* Add definition of blue color for text highlighting

* Autoload all MathJax LaTeX extensions
  • Loading branch information
robertodr authored and bast committed Jan 11, 2017
1 parent d128ca4 commit 757da65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cicero/static/css/cicero.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ h1, h2, h3 {
}
li p { line-height: 1.25em; }
.red { color: #fa0000; }
.blue { color: #0000ff; }
.large { font-size: 2em; }
a, a > code {
color: rgb(249, 38, 114);
Expand Down
3 changes: 2 additions & 1 deletion cicero/static/js/mathjax-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MathJax.Hub.Config({
processEscapes: true
},
"TeX": {
Macros: {AA : "{\\unicode{x212B}}"}
Macros: {AA : "{\\unicode{x212B}}"},
extensions: ["autoload-all.js"]
},
"HTML-CSS": {
scale: 90
Expand Down

0 comments on commit 757da65

Please sign in to comment.