Skip to content

Commit 2621899

Browse files
committed
Update styles.css
1 parent a163fc7 commit 2621899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ body {
6060
z-index: 200;
6161
text-align: center;
6262
background: rgba(0, 0, 0, 0.1);
63-
backdrop-filter: blur(20px);
64-
-webkit-backdrop-filter: blur(20px);
63+
backdrop-filter: blur(80px);
64+
-webkit-backdrop-filter: blur(80px);
6565
}
6666

6767
.static-title h1 {
6868
font-size: 72px;
6969
font-weight: 600;
7070
color: #6e47ae;
7171
letter-spacing: -0.003em;
72-
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
72+
text-shadow: 2px 2px 5px rgb(255, 255, 255);
7373
}
7474

7575
.camera-section {

0 commit comments

Comments
 (0)