ProfouzorsLinx/static/css/highlight/story.css

14 lines
189 B
CSS
Raw Normal View History

2015-09-30 18:06:23 +02:00
.hljs {
display: block;
background: #f0e0d6;
color: #800000;
padding: 0.5em;
font-family: arial,helvetica,sans-serif;
font-size: 13px;
}
.hljs-comment {
color: #789922;
}