Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 4606525

Browse files
Change font weight of menu items to be 'normal' instead of 200, to improve readability.
1 parent 40b743d commit 4606525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/styles/brackets_patterns_override.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ a:focus {
328328
padding: @menubar-top-padding @menubar-h-padding @menubar-bottom-padding;
329329
border: 1px solid rgba(0, 0, 0, 0); // transparent border just to hold the layout so it doesn't shift on hover
330330
color: fadeout(@bc-menu-text, 25%);
331-
font-weight: @font-weight-light;
332331

333332
.dark & {
334333
color: fadeout(@dark-bc-menu-text, 25%);

0 commit comments

Comments
 (0)