forked from elementor/hello-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor-style.css
36 lines (31 loc) · 843 Bytes
/
editor-style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* Style for your classic editor.
========================================================================== */
/**
* DO NOT CHANGE THIS FILE!
* To override any of the settings in this section, add your styling code in the custom directory.
* Loading first in the style.scss & editor-style.scss
*/
p {
margin-bottom: 0.75rem; }
img {
max-width: 100%;
height: auto;
vertical-align: middle;
border-style: none; }
pre {
font-family: monospace, monospace;
font-size: 1em;
white-space: pre-wrap; }
code,
kbd,
pre,
samp {
font-size: 1rem; }
code,
kbd,
pre,
samp {
font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem; }
blockquote {
font-style: italic; }