Patch #43930 ยป 0001-Blockquote-formatting-in-wiki_syntax_detailed.css.patch
| app/assets/stylesheets/wiki_syntax_detailed.css | ||
|---|---|---|
| 58 | 58 |
table.sample th, table.sample td { border: solid 1px var(--oc-gray-5); padding: 4px; block-size: 1em; }
|
| 59 | 59 |
table.list td { background-color: var(--oc-gray-0); vertical-align: middle; padding: 0.3em;}
|
| 60 | 60 | |
| 61 |
blockquote { font-style: italic; border-inline-start: 3px solid var(--oc-gray-3); padding-inline-start: 0.6em; margin-inline-start: 0;}
|
|
| 62 | ||
| 61 | 63 |
.syntaxhl .c1 { color: #888888 }
|
| 62 | 64 |
.syntaxhl .k { color: #008800; font-weight: bold }
|
| 63 | 65 |
.syntaxhl .nc { color: #BB0066; font-weight: bold }
|