Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
assets/base.css +3 −0
| @@ -871,6 +871,9 @@ pre.code { | |||
| 871 | 871 | flex-wrap: wrap; | |
| 872 | 872 | font-size: 1.4rem; | |
| 873 | 873 | font-weight: 400; | |
| 874 | + | /* Tight line-height so the small private pill centres on the text's optical | |
| 875 | + | centre rather than the tall default line box. */ | |
| 876 | + | line-height: 1; | |
| 874 | 877 | } | |
| 875 | 878 | .repo-slug a { | |
| 876 | 879 | color: var(--fb-accent); | |