1
0
Fork 0
forked from forgejo/forgejo

Font weight tweaks (#13854)

Font weight 500 is not discernible from 400 on some fonts/operating
systems so push them back to previous value 600 except for
fomantic-ui elements which stay at 500.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
silverwind 2020-12-05 12:00:36 +01:00 committed by GitHub
parent 61d6c191d5
commit d0d59e3730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 12 deletions

View file

@ -146,10 +146,7 @@ samp {
}
b,
strong {
font-weight: 500;
}
strong,
h1,
h2,
h3,
@ -746,7 +743,7 @@ a.ui.card:hover,
}
&.bold {
font-weight: 500;
font-weight: 600;
}
&.italic {
@ -781,7 +778,6 @@ a.ui.card:hover,
}
&.bottom.attached.message {
font-weight: 500;
text-align: left;
color: black;
@ -1042,7 +1038,7 @@ a.ui.card:hover,
.scrolling.menu {
.item.selected {
font-weight: 500 !important;
font-weight: 600 !important;
}
}