diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-07-22 20:17:15 +0300 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-07-22 20:17:15 +0300 |
commit | 9f8541ef2a9dc670ca75fb452c0930e1afa4a8f6 (patch) | |
tree | 452ae2a0b240068e8fbf8ba158d43b3389cea383 /themes/default/css | |
parent | 5594d7d05469bcff2a046a99d49990bd63a6fd4f (diff) | |
download | wallabag-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')
-rwxr-xr-x | themes/default/css/style.css | 6 |
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 | |||
434 | pre 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 |