Skip to content

Commit cdc9a9a

Browse files
committed
Fix background
1 parent 2ffda44 commit cdc9a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838

3939
.bg-accent {
4040
position: fixed;
41-
inset: 0;
41+
inset: -90px;
4242
z-index: -1;
4343
pointer-events: none;
4444
background-color: var(--accent-glow);

0 commit comments

Comments
 (0)