1
0
forked from x/ContextOS
ContextOS/usr/template/share.tmpl
2019-12-01 18:11:14 +08:00

14 lines
238 B
Cheetah

<style>
div.story.code {
color:white;
font-size:14px;
font-family:monospace;
background-color:#272822;
white-space:pre;
padding:10px;
overflow:auto;
border:solid 3px green;
max-height:640px;
}
</style>