]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/style.css
highlight.js library added to highlight programming code examples in article view
[github/wallabag/wallabag.git] / themes / default / css / style.css
index e58ef81a1404ea4f6eaaad56b00f9ada036c89f3..e254d481b51b804340d32238be6266762e34ddb4 100755 (executable)
@@ -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;
 }
\ No newline at end of file