Commit 3f2b4a099adb08762b60eabb9c55a07ace77c3a6
Use semi-bold instead of bold
This provides enough contrast.Greg K Nicholson committed on 2/24/2018, 7:22:44 PM
Parent: d3e4419ce813e12642c2f439ea85de6fe42cb137
Files changed
themes/ran/static/style/ran.css | changed |
themes/ran/static/style/ran.css | ||
---|---|---|
@@ -368,9 +368,9 @@ | ||
368 | 368 … | .biglinks li strong { |
369 | 369 … | display: inline-block; |
370 | 370 … | margin-top: 0; |
371 | 371 … | margin-bottom: 0; |
372 | - font-weight: 700; | |
372 … | + font-weight: 600; | |
373 | 373 … | } |
374 | 374 … | |
375 | 375 … | .biglinks li a strong ~ * { |
376 | 376 … | color: var(--foreground-dim-color); |
@@ -515,8 +515,8 @@ | ||
515 | 515 … | |
516 | 516 … | strong { |
517 | 517 … | /* Without this, the weight increases from 300 to 400, |
518 | 518 … | which isn't distinct enough. */ |
519 | - font-weight: 700; | |
519 … | + font-weight: 600; | |
520 | 520 … | } |
521 | 521 … | |
522 | 522 … |
Built with git-ssb-web