diff options
author | Francesco Rodriguez <frodsan@me.com> | 2014-04-23 12:30:05 -0300 |
---|---|---|
committer | Francesco Rodriguez <frodsan@me.com> | 2014-04-23 12:30:05 -0300 |
commit | 931e0c66c9334c0747fc4862b5ec2b99b8f07566 (patch) | |
tree | 441ce413260aabb00d03f0149f812d39777fa8f3 /theme | |
parent | 0212084862ad87eec773c1f97d231400b09c7ec1 (diff) | |
download | gitbook-931e0c66c9334c0747fc4862b5ec2b99b8f07566.zip gitbook-931e0c66c9334c0747fc4862b5ec2b99b8f07566.tar.gz gitbook-931e0c66c9334c0747fc4862b5ec2b99b8f07566.tar.bz2 |
Update color themes for highlight.js link.
Diffstat (limited to 'theme')
-rw-r--r-- | theme/stylesheets/book/highlight.less | 4 | ||||
-rw-r--r-- | theme/stylesheets/page/highlight.less | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/theme/stylesheets/book/highlight.less b/theme/stylesheets/book/highlight.less index 33e0040..004e7a5 100644 --- a/theme/stylesheets/book/highlight.less +++ b/theme/stylesheets/book/highlight.less @@ -1,4 +1,4 @@ -/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* http://jmblog.github.io/color-themes-for-highlightjs */ /* Tomorrow Comment */ .hljs-comment { @@ -87,4 +87,4 @@ .xml .css, .xml .hljs-cdata { opacity: 0.5; -}
\ No newline at end of file +} diff --git a/theme/stylesheets/page/highlight.less b/theme/stylesheets/page/highlight.less index ae9d1f8..26078cb 100644 --- a/theme/stylesheets/page/highlight.less +++ b/theme/stylesheets/page/highlight.less @@ -1,4 +1,4 @@ -/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* http://jmblog.github.io/color-themes-for-highlightjs */ /* Tomorrow Comment */ .hljs-comment, @@ -87,4 +87,4 @@ .xml .css, .xml .hljs-cdata { opacity: 0.5; -}
\ No newline at end of file +} |