Skip to content

Commit dcaa292

Browse files
committed
webkit fix
1 parent f5d9526 commit dcaa292

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

projects/simpleweb/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ h1, h2, h3, h4, h5, h6 {
5353
background: -webkit-linear-gradient(302.9deg, #B4C6F7 0.64%, #E4A7B4 100%);
5454
background: -o-linear-gradient(302.9deg, #B4C6F7 0.64%, #E4A7B4 100%);
5555
background: linear-gradient(147.1deg, #B4C6F7 0.64%, #E4A7B4 100%);
56+
background: -webkit-linear-gradient(147.1deg, #B4C6F7 0.64%, #E4A7B4 100%);
5657
background-repeat: no-repeat; }
5758

5859
.main-content, .wrapper {
@@ -154,6 +155,7 @@ section {
154155
background: -webkit-linear-gradient(299.73deg, rgba(255, 255, 255, 0.15) 1.53%, rgba(255, 255, 255, 0.09) 98.36%);
155156
background: -o-linear-gradient(299.73deg, rgba(255, 255, 255, 0.15) 1.53%, rgba(255, 255, 255, 0.09) 98.36%);
156157
background: linear-gradient(150.27deg, rgba(255, 255, 255, 0.15) 1.53%, rgba(255, 255, 255, 0.09) 98.36%);
158+
background: -webkit-linear-gradient(150.27deg, rgba(255, 255, 255, 0.15) 1.53%, rgba(255, 255, 255, 0.09) 98.36%);
157159
-webkit-backdrop-filter: blur(30px);
158160
backdrop-filter: blur(30px);
159161
padding: 2rem 4rem; }

projects/simpleweb/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)