mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +00:00
10 lines
No EOL
235 B
Text
10 lines
No EOL
235 B
Text
<%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %>
|
|
@import 'variables';
|
|
|
|
.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
|
|
color: #909090;
|
|
}
|
|
|
|
.highlight, .highlight .w {
|
|
background-color: $code-bg;
|
|
} |