mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-08-03 02:50:22 +00:00
fix: correct font variable usage and improve type handling in dynamic filter
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m18s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m18s
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
@theme inline {
|
||||
--font-bokor: var(--font-bokor);
|
||||
--font-barlow: var(--font-barlow);
|
||||
--font-mono: var(--font-mono);
|
||||
--radius-sm: calc(var(--radius) - 4px);
|
||||
|
Reference in New Issue
Block a user