update stats
This commit is contained in:
parent
f619a6db6d
commit
2607114f4a
3 changed files with 75 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue