]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/css/main.css
highlight.js library added to highlight programming code examples in article view
[github/wallabag/wallabag.git] / themes / baggy / css / main.css
index 6d320cd2d657b6a108faa4a6213a5500fd97f37d..f8238744928be9f1c15d48d8178174bf19228074 100755 (executable)
@@ -923,6 +923,13 @@ blockquote {
   text-decoration: underline;
 }
 
+pre code {
+               font-family: "Courier New", Courier, monospace;
+               border: 1px solid #ccc;
+               font-size: 0.96em;
+}
+
+
 /* ==========================================================================
    6 = Media Queries
    ========================================================================== */
@@ -1055,3 +1062,4 @@ blockquote {
     left: 0;
   }
 }
+