-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblock-style.css
55 lines (52 loc) · 977 Bytes
/
block-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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 15px;
line-height: 1.7;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
margin-top: 0.5rem;
margin-bottom: 1rem;
font-family: inherit;
font-weight: 700;
line-height: 1.2;
color: inherit;
}
body h1 {
font-size: 2.5rem;
}
body h2 {
font-size: 2rem;
}
body h3 {
font-size: 1.75rem;
}
body h4 {
font-size: 1.5rem;
}
body h5 {
font-size: 1.25rem;
}
body h6 {
font-size: 1rem;
}
body p {
margin-top: 0;
margin-bottom: 0.9rem;
}
img {
height: auto;
}
.wp-block-navigation__submenu-container > .wp-block-navigation-item {
color: var(--wp--preset--color--black)!important;
}
.wp-site-blocks > * {
margin-top: 0!important;
}