Commit fd3ae2c4 by Brian Talbot

studio html editor - matched up styles for <pre> elements

parent b381881a
...@@ -103,6 +103,15 @@ img { ...@@ -103,6 +103,15 @@ img {
max-width: 100%; max-width: 100%;
} }
pre {
margin: 1em 0;
color: #3c3c3c;
font-family: monospace, serif;
font-size: 1em;
white-space: pre-wrap;
word-wrap: break-word;
}
code { code {
font-family: monospace, serif; font-family: monospace, serif;
background: none; background: none;
......
...@@ -87,6 +87,15 @@ img { ...@@ -87,6 +87,15 @@ img {
max-width: 100%; max-width: 100%;
} }
pre {
margin: 1em 0;
color: $baseFontColor;
font-family: monospace, serif;
font-size: 1em;
white-space: pre-wrap;
word-wrap: break-word;
}
code { code {
color: $baseFontColor; color: $baseFontColor;
font-family: monospace, serif; font-family: monospace, serif;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment