feat: add hover effect to bookmarks

This commit is contained in:
Travis Fischer
2021-02-12 17:23:41 -05:00
parent f4006dbb17
commit 07c5421248

View File

@@ -329,3 +329,8 @@
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
backdrop-filter: saturate(180%) blur(8px);
}
.notion-bookmark:hover {
border-image: linear-gradient(90.68deg, #b439df 0.26%, #e5337e 102.37%);
border-image-slice: 1;
}