File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import media from '../../lib/styles/media';
5
5
6
6
const TypographyBlock = styled . div `
7
7
font-size: 1.125rem;
8
- color: ${ palette . gray7 } ;
8
+ color: ${ palette . gray8 } ;
9
9
line-height: 1.85;
10
10
letter-spacing: -0.02em;
11
11
word-break: keep-all;
@@ -121,6 +121,26 @@ const TypographyBlock = styled.div`
121
121
margin-top: 2rem;
122
122
}
123
123
}
124
+
125
+ blockquote {
126
+ margin-top: 2rem;
127
+ margin-bottom: 2rem;
128
+ border-left: 4px solid ${ palette . teal5 } ;
129
+ border-top-right-radius: 4px;
130
+ border-bottom-right-radius: 4px;
131
+ background: ${ palette . gray0 } ;
132
+ margin-left: 0;
133
+ margin-right: 0;
134
+ padding: 1rem;
135
+ padding-left: 2rem;
136
+ color: ${ palette . gray9 } ;
137
+ p:first-child {
138
+ margin-top: 0;
139
+ }
140
+ p:last-child {
141
+ margin-bottom: 0;
142
+ }
143
+ }
124
144
` ;
125
145
126
146
export interface TypographyProps { }
You can’t perform that action at this time.
0 commit comments