css-team: add syntax highlighting to <code> tags as well

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@158 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
terehm 2018-11-13 12:02:53 +00:00
parent de1be444b9
commit c87036dad7

View File

@ -1,7 +1,7 @@
/*
* Syntax highlighting styles
*/
.highlight, pre {
.highlight, pre, main code {
background: #bdbdbd;
color: #212121;