38
38
h5 ,
39
39
h6 ,
40
40
img {
41
- font-family : "Merriweather " , serif;
41
+ font-family : "Noto Serif " , serif;
42
42
margin : 15px 0 ;
43
43
/* Uses paddings instead */
44
44
}
@@ -105,7 +105,7 @@ h6.is-selected,
105
105
p .is-selected ,
106
106
blockquote .is-selected ,
107
107
img .is-selected {
108
- box-shadow : inset 0px 0px 0px 2px # e0e5e9 ;
108
+ box-shadow : inset 0px 0px 0px 2px # e1e6ea ;
109
109
position : relative;
110
110
z-index : 1 ;
111
111
}
@@ -181,13 +181,12 @@ img.is-selected {
181
181
.inline-controls ,
182
182
.block-controls {
183
183
background : # fff ;
184
- border : 1px solid # e1e6ea ;
184
+ border : 1px solid # d8dbdf ;
185
185
box-shadow : 0px 3px 20px rgba ( 18 , 24 , 30 , .1 ), 0px 1px 3px rgba ( 18 , 24 , 30 , .1 );
186
186
color : # 12181e ;
187
187
display : inline-block;
188
188
height : 38px ;
189
- overflow : hidden;
190
- margin-left : 20px ;
189
+ margin-left : 14px ;
191
190
}
192
191
193
192
.docked-controls .is-image .inline-controls {
@@ -204,6 +203,7 @@ img.is-selected {
204
203
cursor : pointer;
205
204
display : block;
206
205
float : left;
206
+ color : # 6d7882 ;
207
207
}
208
208
209
209
.inline-controls button .do-not-work ,
@@ -214,7 +214,9 @@ img.is-selected {
214
214
215
215
.inline-controls button : hover ,
216
216
.block-controls button : hover {
217
- background : # f0f2f4 ;
217
+ background : # f8f9f9 ;
218
+ outline : 1px solid # 6d7882 ;
219
+ position : relative;
218
220
}
219
221
220
222
.inline-controls button : focus ,
@@ -235,7 +237,10 @@ img.is-selected {
235
237
236
238
.inline-controls button .is-active ,
237
239
.block-controls button .is-active {
238
- background : # e0e5e9 ;
240
+ background : # eef0f0 ;
241
+ outline : 1px solid # 6d7882 ;
242
+ position : relative;
243
+ color : # 3e444c ;
239
244
}
240
245
241
246
.heading-dropdown .heading {
@@ -287,18 +292,13 @@ img.is-selected {
287
292
border : none;
288
293
margin : 0 ;
289
294
padding : 0 ;
290
- }
291
-
292
- .insert-block svg ,
293
- .switch-block__block svg ,
294
- .switch-block__block label {
295
+ color : # 87919d ;
295
296
cursor : pointer;
296
- fill : # 87919d ;
297
297
}
298
298
299
- .insert-block__button : hover svg ,
300
- .switch-block__button : hover svg {
301
- fill : # 12181e ;
299
+ .insert-block__button : hover ,
300
+ .switch-block__button : hover {
301
+ color : # 19a2d4 ;
302
302
}
303
303
304
304
.insert-block__button : focus ,
0 commit comments