mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
fix markdown content (#11177)
This commit is contained in:
parent
e6460daae5
commit
880d9b1004
@ -52,7 +52,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
/**
|
||||
* We need to increase the specificity of the selector to override the
|
||||
* We need to increase the specificity of the selector to override the
|
||||
* custom property set by the design tokens package
|
||||
*/
|
||||
[class^="cpd-theme"][class^="cpd-theme"] {
|
||||
@ -352,6 +352,9 @@ legend {
|
||||
.markdown-body {
|
||||
font: var(--cpd-font-body-md-regular) !important;
|
||||
letter-spacing: var(--cpd-font-letter-spacing-body-md);
|
||||
font-family: inherit !important;
|
||||
white-space: normal !important;
|
||||
line-height: inherit !important;
|
||||
color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */
|
||||
|
||||
pre,
|
||||
|
@ -698,6 +698,9 @@ $left-gutter: 64px;
|
||||
.markdown-body {
|
||||
font: var(--cpd-font-body-md-regular) !important;
|
||||
letter-spacing: var(--cpd-font-letter-spacing-body-md);
|
||||
font-family: inherit !important;
|
||||
white-space: normal !important;
|
||||
line-height: inherit !important;
|
||||
color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */
|
||||
|
||||
pre,
|
||||
|
Loading…
Reference in New Issue
Block a user