diff --git a/app/assets/stylesheets/wiki_syntax_detailed.css b/app/assets/stylesheets/wiki_syntax_detailed.css index ab2b9f64c..5c6178584 100644 --- a/app/assets/stylesheets/wiki_syntax_detailed.css +++ b/app/assets/stylesheets/wiki_syntax_detailed.css @@ -54,6 +54,8 @@ table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; margin table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } table.list td { background-color: #f5f5f5; vertical-align: middle; padding: 0.3em;} +blockquote { font-style: italic; border-inline-start: 3px solid var(--oc-gray-3); padding-inline-start: 0.6em; margin-inline-start: 0;} + .syntaxhl .c1 { color: #888888 } .syntaxhl .k { color: #008800; font-weight: bold } .syntaxhl .nc { color: #BB0066; font-weight: bold }