deactivated code

This commit is contained in:
2025-02-22 16:44:32 +01:00
parent 64f8b56e2d
commit cd7568e4f8
3 changed files with 9 additions and 3 deletions

View File

@@ -1047,4 +1047,9 @@ section.kanban h1, section.kanban h2{
background: var(--color-75);
/* New Gradient based on original background (75 -5, 75, 75 +1, 75 +5) */
background: linear-gradient({{ range(0, 361) | random }}deg, var(--color-70), var(--color-75), var(--color-76), var(--color-80));
}
/* Portfolio */
.card-img-top i {
filter: drop-shadow(9px 10px 9px rgba(var(--color-rgb-99), 0.9));
}