You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/source/assets/stylesheets/_syntax.scss.erb

15 lines
217 B

pre.highlight code {
color: #333333;
}
<%= Rouge::Themes::Github.render(scope: ".highlight") %>
pre.highlight {
border: 1px solid #CCCCCC;
}
pre.highlight code span.c1 {
font-style: normal;
opacity: 0.8;
}