open-consul/website/source/assets/stylesheets/_syntax.scss.erb
Seth Vargo 55281ac728
Move to new branding
This JUST moves over to the new branding. Once we get this in, I can
work on making the sidebar links and splitting out the API into its own
section.
2017-03-30 18:46:50 -04:00

15 lines
217 B
Plaintext

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