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:
bevilj 2018-11-16 08:18:32 +00:00
parent d4a2730598
commit 6b7c958063

View File

@ -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;
}