summaryrefslogtreecommitdiff
path: root/book/src/main/resources/css/layouts/side-menu.css
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-11-09 10:08:47 -0800
committerLi Haoyi <haoyi@dropbox.com>2014-11-09 10:08:47 -0800
commit978a138c02c07822ef71f31f71e552a9659a0a53 (patch)
tree9771e4d4620af7e6f5ff54cb4c711e04cffb4e30 /book/src/main/resources/css/layouts/side-menu.css
parent795c0eb5de003b22c3874762557ae2b34ae64de0 (diff)
downloadhands-on-scala-js-978a138c02c07822ef71f31f71e552a9659a0a53.tar.gz
hands-on-scala-js-978a138c02c07822ef71f31f71e552a9659a0a53.tar.bz2
hands-on-scala-js-978a138c02c07822ef71f31f71e552a9659a0a53.zip
wip
Diffstat (limited to 'book/src/main/resources/css/layouts/side-menu.css')
-rwxr-xr-xbook/src/main/resources/css/layouts/side-menu.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/main/resources/css/layouts/side-menu.css b/book/src/main/resources/css/layouts/side-menu.css
index d6e4ff1..4fcc658 100755
--- a/book/src/main/resources/css/layouts/side-menu.css
+++ b/book/src/main/resources/css/layouts/side-menu.css
@@ -250,6 +250,6 @@ Hides the menu at `48em`, but modify this based on your app's needs.
}
/*Workaround for bug in highlight.js IDEA theme*/
-.hljs-tag{
+.hljs-tag, .hljs-symbol{
background: none;
-} \ No newline at end of file
+}