Skip to content

Commit 4d32020

Browse files
committed
revert font-weight: bold
1 parent 7dcee32 commit 4d32020

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_src/less/chroma/base.less

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ maintain the themes:
1212
background-color: var(--color-code-bg);
1313
}
1414

15-
// do not want to use any Chroma font style, overwrite them
15+
// don''t want to use some Chroma font styles, overwrite them
1616
.chroma * {
17-
font-weight: normal !important;
1817
font-style: normal !important;
1918
text-decoration: none !important;
2019
}

0 commit comments

Comments
 (0)