forked from wallabag/wallabag
highlight.js library added to highlight programming code examples in article view
This commit is contained in:
@ -429,4 +429,10 @@ a.add-to-wallabag-link-after:after {
|
||||
text-indent: 0;
|
||||
color: black;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
pre code {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
border: 1px solid #ddd;
|
||||
font-size: 0.96em;
|
||||
}
|
||||
Reference in New Issue
Block a user