mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
15 lines
217 B
Plaintext
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;
|
|
}
|