Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hlavsa committed Sep 14, 2023
1 parent 6af5e18 commit fc24f82
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ <h2 class="text-2xl font-bold mb-4">Projekty</h2>
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
opacity: 1;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
Expand All @@ -221,20 +219,6 @@ <h2 class="text-2xl font-bold mb-4">Projekty</h2>
border: 1px solid #020024;
color: #f2f2f2;
}
.v2_19::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
rgba(52, 11, 139, 1),
rgba(217, 217, 217, 0)
);
opacity: 0.7; /* Adjust the opacity as needed */
z-index: 2; /* Ensure the overlay is above the content */
}
.v2_19::before {
content: "";
position: absolute;
Expand Down

0 comments on commit fc24f82

Please sign in to comment.