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:
parent
b3fce89d12
commit
c7f90eeb06
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Syntax highlighting styles
|
* Syntax highlighting styles
|
||||||
*/
|
*/
|
||||||
.highlight, pre {
|
.highlight, pre, main code {
|
||||||
background: #bdbdbd;
|
background: #bdbdbd;
|
||||||
color: #212121;
|
color: #212121;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue