mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09: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:
		| @@ -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; | ||||
|   } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user