-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (56 loc) · 1.81 KB
/
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
56
/*
Theme Name: Twentynineteen-child
Theme URI:
Description: Twentynineteen child theme.
Author: Me
Author URI:
Template: twentynineteen
Version: 0.1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
# Typography
# Layout
# Gutenberg Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Gutenberg Blocks
--------------------------------------------------------------*/
/* line 2, sass/_mixins.scss */
.entry .entry-content .has-primary-color,
.entry .entry-content .has-primary-color {
color: #7654B4;
}
/* line 5, sass/_mixins.scss */
.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-primary-background-color {
color: #fff;
background-color: #7654B4;
}
/* line 12, sass/_mixins.scss */
.entry .entry-content .has-secondary-color,
.entry .entry-content .has-secondary-color {
color: #220B5E;
}
/* line 16, sass/_mixins.scss */
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-secondary-background-color {
color: #fff;
background-color: #220B5E;
}
/* line 10, sass/_blocks.scss */
.entry .entry-content .wp-block-quote.is-style-fancy-quote,
.entry .entry-content .wp-block-quote.is-style-fancy-quote {
border-width: 4px;
}