Skip to content

Commit 838fbc5

Browse files
committed
Increase blur
1 parent fafe332 commit 838fbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ html {
8585
/* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, oklch(from hsl(var(--tag-color) 100% 50%) 0.5 0.5 h) 80%, rgba(255,255,255,0) 100%); */
8686
width: 100%;
8787
height: 2px;
88-
filter: blur(3px);
88+
filter: blur(5px);
8989
margin-top: -5px;
9090
display: block;
9191
content: "";

0 commit comments

Comments
 (0)