aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-06-24 00:21:49 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-06-24 00:21:49 -0400
commit1e582397fe3d659c547218dbf0e146ac9bb781ff (patch)
treee5b983e247df782fa3a4420c8ef91f8ded7ab7c1 /src/client/views/nodes/formattedText/FormattedTextBox.scss
parentf8aa68c04432aa8d04f46e0dbc95062eef7b89c3 (diff)
fixed blockquotes and code within formatted text.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index ccdf41233..20e13a599 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -287,6 +287,15 @@ footnote::after {
font-family: inherit;
}
+ blockquote {
+ padding: 10px 10px;
+ font-size: smaller;
+ margin: 0;
+ font-style: italic;
+ background: lightgray;
+ border-left: solid 2px dimgray;
+ }
+
ol, ul {
counter-reset: deci1 0 multi1 0;
padding-left: 1em;