This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,9 @@
/* Minimal family */
.__PFX__-pager.pg-minimal .__PFX__-pg{ gap: 10px; }
.__PFX__-pager.pg-minimal .__PFX__-pg-a{ background: transparent; }
.__PFX__-pager.pg-minimal .__PFX__-pg-it.is-current .__PFX__-pg-a{
background: color-mix(in srgb, var(--pg-ac) 10%, transparent);
}
.__PFX__-pager.pg-minimal .__PFX__-pg-it:not(.is-current) .__PFX__-pg-a{
border-color: color-mix(in srgb, var(--pg-bd) 65%, transparent);
}