Skip to content

Commit

Permalink
something happened
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Jul 8, 2024
1 parent 57446e3 commit 159a0ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions views/assets/css/styles-1644738239.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,15 @@ details[open] summary {
background-size: cover;
}

.logo-potato {
width: 20px;
height: 20px;
background-image: url('/assets/img/potato.webp'); /* Replace with your logo path */
background-size: cover;
opacity: 0.5;
overflow: hidden;
}

.white-text>a {
text-decoration: none !important;
color: var(--nord4) !important;
Expand Down
Binary file added views/assets/img/potato.webp
Binary file not shown.
1 change: 1 addition & 0 deletions views/pages/misc/deobf/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div class="footerbrand">
<h3><a href="/">Holy Unblocker</a></h3>
<p>Global Web Proxy Innovation, Done Right.</p>
<div class="logo-potato"></div>
</div>
<div class="footerlist">
<h3>Services</h3>
Expand Down

0 comments on commit 159a0ec

Please sign in to comment.