css: update code style to be different than pre as they serve different purposes
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@229 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
dc795ef721
commit
1347086773
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
.highlight, pre, main code {
|
||||
background: #bdbdbd;
|
||||
color: #212121;
|
||||
border-radius: 2px;
|
||||
|
||||
.highlighter-rouge & {
|
||||
background: #bdbdbd;
|
||||
|
@ -69,3 +70,10 @@
|
|||
.vi { color: #008080 } // Name.Variable.Instance
|
||||
.il { color: #099 } // Literal.Number.Integer.Long
|
||||
}
|
||||
|
||||
main code {
|
||||
background: #424242;
|
||||
color: #f5f5f5;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue