aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/css/style.css
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-07-22 20:17:15 +0300
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-07-22 20:17:15 +0300
commit9f8541ef2a9dc670ca75fb452c0930e1afa4a8f6 (patch)
tree452ae2a0b240068e8fbf8ba158d43b3389cea383 /themes/default/css/style.css
parent5594d7d05469bcff2a046a99d49990bd63a6fd4f (diff)
downloadwallabag-9f8541ef2a9dc670ca75fb452c0930e1afa4a8f6.tar.gz
wallabag-9f8541ef2a9dc670ca75fb452c0930e1afa4a8f6.tar.zst
wallabag-9f8541ef2a9dc670ca75fb452c0930e1afa4a8f6.zip
highlight.js library added to highlight programming code examples in article view
Diffstat (limited to 'themes/default/css/style.css')
-rwxr-xr-xthemes/default/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css
index e58ef81a..e254d481 100755
--- a/themes/default/css/style.css
+++ b/themes/default/css/style.css
@@ -429,4 +429,10 @@ a.add-to-wallabag-link-after:after {
429 text-indent: 0; 429 text-indent: 0;
430 color: black; 430 color: black;
431 width: 50px; 431 width: 50px;
432}
433
434pre code {
435 font-family: "Courier New", Courier, monospace;
436 border: 1px solid #ddd;
437 font-size: 0.96em;
432} \ No newline at end of file 438} \ No newline at end of file