Skip to content

Commit c086838

Browse files
authored
removed gradient background
1 parent 43ba238 commit c086838

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,7 @@
4848
to { transform: translateY(120vh) rotate(20deg); }
4949
}
5050

51-
/* Decorative grid lines */
52-
body::before {
53-
content: '';
54-
position: fixed;
55-
inset: 0;
56-
background-image:
57-
linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
58-
linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
59-
background-size: 60px 60px;
60-
pointer-events: none;
61-
z-index: 0;
62-
}
51+
6352

6453
/* Page wrapper */
6554
.page {

0 commit comments

Comments
 (0)