This commit is contained in:
2025-12-15 14:07:09 +07:00
parent e703314c7f
commit b4b7a452fc
3 changed files with 278 additions and 92 deletions

View File

@@ -244,4 +244,9 @@
.hura-bg-blue {
background: var(--color-hura);
}
.hura-shadow-blue {
box-shadow:
0 10px 15px -3px rgb(var(--color-hura) / 0.35),
0 4px 6px -4px rgb(var(--color-hura) / 0.25);
}
}