1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-02 02:56:00 -04:00

refactor font loaders/declarations

This commit is contained in:
2025-04-02 13:49:43 -04:00
parent 5c0e473bbe
commit 2b7f3c66a9
21 changed files with 237 additions and 227 deletions
+8 -2
View File
@@ -17,6 +17,12 @@
}
.link.plain {
background: none !important;
transition: none !important;
background: none;
transition: none;
}
@media (prefers-reduced-motion: reduce) {
.link {
transition: none !important;
}
}