about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/rouge.css.erb
blob: 123da27939ff3983348b4060f5428484763e0841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%= Rouge::Themes::Pastie.render(:scope => '.highlight') %>

.highlight {
  background-color: white;
  padding: 1em;
}

div.highlight {
  overflow-x: auto;
}

.highlight .err {
    color: #a61717;
    background-color: #f5f7f9;
}