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

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

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