Release 2025-05-22-Uvv4
This commit is contained in:
@@ -93,15 +93,20 @@
|
||||
--color-night-950: oklch(11.97% 0.004 145.32);
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.text-shadow-glow {
|
||||
text-shadow:
|
||||
0 0 16px color-mix(in oklab, currentColor 30%, transparent),
|
||||
0 0 4px color-mix(in oklab, currentColor 60%, transparent);
|
||||
}
|
||||
.drop-shadow-glow {
|
||||
filter: drop-shadow(0 0 16px color-mix(in oklab, currentColor 30%, transparent))
|
||||
drop-shadow(0 0 4px color-mix(in oklab, currentColor 60%, transparent));
|
||||
@utility text-shadow-glow {
|
||||
text-shadow:
|
||||
0 0 16px color-mix(in oklab, currentColor 30%, transparent),
|
||||
0 0 4px color-mix(in oklab, currentColor 60%, transparent);
|
||||
}
|
||||
@utility drop-shadow-glow {
|
||||
filter: drop-shadow(0 0 16px color-mix(in oklab, currentColor 30%, transparent))
|
||||
drop-shadow(0 0 4px color-mix(in oklab, currentColor 60%, transparent));
|
||||
}
|
||||
|
||||
@utility checkbox-force-checked {
|
||||
&:not(:checked) {
|
||||
@apply border-transparent! bg-current/50!;
|
||||
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e") !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user