mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
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:
@ -447,7 +447,7 @@
|
||||
/* GenericStrong */
|
||||
|
||||
.chroma .gs {
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
/* GenericSubheading */
|
||||
|
||||
|
Reference in New Issue
Block a user