From 7c1bfa0fea9c12136336ebcce30114dc44c027ce Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Mon, 4 Jan 2021 12:30:40 +0200 Subject: [PATCH] Unlist low-value snippets --- snippets/hover-shadow-box-animation.md | 1 + snippets/shape-separator.md | 1 + 2 files changed, 2 insertions(+) diff --git a/snippets/hover-shadow-box-animation.md b/snippets/hover-shadow-box-animation.md index c8dddd06e..a05102622 100644 --- a/snippets/hover-shadow-box-animation.md +++ b/snippets/hover-shadow-box-animation.md @@ -1,6 +1,7 @@ --- title: Hover shadow box animation tags: animation,intermediate +unlisted: true --- Creates a shadow box around the text when it is hovered. diff --git a/snippets/shape-separator.md b/snippets/shape-separator.md index 01ec68a92..1df64f4f2 100644 --- a/snippets/shape-separator.md +++ b/snippets/shape-separator.md @@ -1,6 +1,7 @@ --- title: Shape separator tags: visual,intermediate +unlisted: true --- Uses an SVG shape to create a separator between two different blocks.