update stats

This commit is contained in:
Rhiannon Morris 2020-12-16 18:39:55 +01:00
parent f619a6db6d
commit 2607114f4a
3 changed files with 75 additions and 2 deletions

View file

@ -1,4 +1,5 @@
@import url(fonts/muller/muller.css);
@import url(fonts/breezesans/breezesans.css);
body {
--gradient:
@ -196,6 +197,11 @@ footer a {
color: hsl(254deg, 50%, 50%);
}
.ipa {
font-family: BreezeSans;
font-size: 90%;
}
/* hacky fix for firefox mobile 68 freaking out at blend modes ☹ */
@media (-moz-touch-enabled) {