mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 12:02:14 -05:00
14 lines
217 B
Text
14 lines
217 B
Text
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;
|
|
}
|