Skip to content

Commit

Permalink
Blur: Homepage shortcut items
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Sep 22, 2024
1 parent d8d0c83 commit 8aa9b57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/blur.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@ main > [data-type="page"],
background-color: var(--blur-background);
backdrop-filter: blur(var(--blur-radius));
}

/* Blur background of home page shortcut items */
@container (width > 200px) {
[class*="shortcutItem--"]::after {
backdrop-filter: blur(8px);
}
}

0 comments on commit 8aa9b57

Please sign in to comment.