git ssb

0+

Grey the earthling / gkn.me.uk



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.csschanged
themes/ran/static/style/ran.cssView
@@ -368,9 +368,9 @@
368368 .biglinks li strong {
369369 display: inline-block;
370370 margin-top: 0;
371371 margin-bottom: 0;
372- font-weight: 700;
372 + font-weight: 600;
373373 }
374374
375375 .biglinks li a strong ~ * {
376376 color: var(--foreground-dim-color);
@@ -515,8 +515,8 @@
515515
516516 strong {
517517 /* Without this, the weight increases from 300 to 400,
518518 which isn't distinct enough. */
519- font-weight: 700;
519 + font-weight: 600;
520520 }
521521
522522

Built with git-ssb-web