aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css/main.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/baggy/css/main.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/baggy/css/main.css')
-rwxr-xr-xthemes/baggy/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 6d320cd2..f8238744 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -923,6 +923,13 @@ blockquote {
923 text-decoration: underline; 923 text-decoration: underline;
924} 924}
925 925
926pre code {
927 font-family: "Courier New", Courier, monospace;
928 border: 1px solid #ccc;
929 font-size: 0.96em;
930}
931
932
926/* ========================================================================== 933/* ==========================================================================
927 6 = Media Queries 934 6 = Media Queries
928 ========================================================================== */ 935 ========================================================================== */
@@ -1055,3 +1062,4 @@ blockquote {
1055 left: 0; 1062 left: 0;
1056 } 1063 }
1057} 1064}
1065