aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/css/style.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-22 19:33:34 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-22 19:33:34 +0200
commitf83ffc3ac3c843c17587827ad85f278818f69d78 (patch)
tree007e6cc33d5d241c1768ab09338d9043970de1a7 /themes/default/css/style.css
parent955fc6743871016787e8425425b63cd0f40acaa9 (diff)
parent392f9a1b9c16a4dc872437a4f9bae934f3a86858 (diff)
downloadwallabag-f83ffc3ac3c843c17587827ad85f278818f69d78.tar.gz
wallabag-f83ffc3ac3c843c17587827ad85f278818f69d78.tar.zst
wallabag-f83ffc3ac3c843c17587827ad85f278818f69d78.zip
Merge branch 'feature/programmingCodeSyntaxHighlighting' into dev
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