Skip to content

Commit 9e3fab5

Browse files
committed
First customization of repo.
1 parent 6275239 commit 9e3fab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

browser-extension/src/overtype/styles.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export function generateStyles(options = {}) {
265265
266266
/* Markdown element styling - NO SIZE CHANGES */
267267
.overtype-wrapper .overtype-preview .header {
268-
font-weight: bold !important;
268+
font-weight: normal !important;
269269
}
270270
271271
/* Header colors */
@@ -284,7 +284,7 @@ export function generateStyles(options = {}) {
284284
.overtype-wrapper .overtype-preview h2,
285285
.overtype-wrapper .overtype-preview h3 {
286286
font-size: inherit !important;
287-
font-weight: bold !important;
287+
font-weight: normal !important;
288288
margin: 0 !important;
289289
padding: 0 !important;
290290
display: inline !important;
@@ -321,7 +321,7 @@ export function generateStyles(options = {}) {
321321
/* Bold text */
322322
.overtype-wrapper .overtype-preview strong {
323323
color: var(--strong, #ee964b) !important;
324-
font-weight: bold !important;
324+
font-weight: normal !important;
325325
}
326326
327327
/* Italic text */

0 commit comments

Comments
 (0)