File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
browser-extension/src/overtype Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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: normal !important;
268+ font-weight: bold !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: normal !important;
287+ font-weight: bold !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: normal !important;
324+ font-weight: bold !important;
325325 }
326326
327327 /* Italic text */
You can’t perform that action at this time.
0 commit comments