Skip to content

Commit

Permalink
sadness
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Jul 16, 2024
1 parent 70531cc commit 65c3050
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions views/assets/css/styles-1644738239.css
Original file line number Diff line number Diff line change
Expand Up @@ -815,15 +815,18 @@ iner
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 80px;
margin: 80px auto;
margin: 80px auto;
width: 70%;
background-color: rgb(76, 86, 106, 0.15);
background-color: rgba(76, 86, 106, 0.15); /* Semi-transparent background color */
border-radius: 10px;
padding: 5px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2); /* Semi-transparent border */
backdrop-filter: blur(10px); /* Frosted glass effect */
-webkit-backdrop-filter: blur(10px); /* For Safari */
backdrop-filter: blur(10px); /* Standard */

/* Additional styling for better compatibility */
position: relative; /* Ensures z-index works properly */
}

.box-hero {
Expand Down
2 changes: 1 addition & 1 deletion views/pages/misc/deobf/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="mnavebutton"></span>
</label>
<ul class="navbar-1">
<li class="pulse"><a href="/?browse">Web Proxies</a></li>
<li class="pulse" style="margin-left: 0;"><a href="/?browse">Web Proxies</a></li>
<li class="pulse"><a href="/?g">Games</a></li>
<li class="pulse"><a href="/?y">YouTube</a></li>
<li class="brand-logo-container pulse">
Expand Down

0 comments on commit 65c3050

Please sign in to comment.