About locked: remove palm emoji, blur 6px, text dark #1c1e21

This commit is contained in:
Kato
2026-09-05 21:18:30 +00:00
parent 682ad55460
commit 36db3cd30a
2 changed files with 5 additions and 8 deletions
+5 -7
View File
@@ -919,9 +919,9 @@ body[data-lang="en"] .hide-de { display: none !important; }
position: absolute; position: absolute;
inset: 0; inset: 0;
border-radius: 16px; border-radius: 16px;
backdrop-filter: blur(13px); backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(6px);
background: rgba(255,255,255,0.15); background: rgba(255,255,255,0.1);
} }
.about-locked-overlay { .about-locked-overlay {
position: absolute; position: absolute;
@@ -931,17 +931,15 @@ body[data-lang="en"] .hide-de { display: none !important; }
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 12px; gap: 16px;
padding: 24px; padding: 24px;
} }
.about-locked-icon { font-size: 2.5rem; }
.about-locked-text { .about-locked-text {
font-size: 1rem; font-size: 1rem;
color: #fff; color: #1c1e21;
text-align: center; text-align: center;
line-height: 1.5; line-height: 1.5;
font-weight: 600; font-weight: 600;
text-shadow: 0 2px 8px rgba(0,0,0,0.3);
} }
.about-locked-btn { .about-locked-btn {
display: inline-flex !important; display: inline-flex !important;
-1
View File
@@ -353,7 +353,6 @@
<img class="about-locked-img" src="/spacer.png" alt="" aria-hidden="true"> <img class="about-locked-img" src="/spacer.png" alt="" aria-hidden="true">
<div class="about-locked-blur"></div> <div class="about-locked-blur"></div>
<div class="about-locked-overlay"> <div class="about-locked-overlay">
<div class="about-locked-icon">🌴</div>
<div class="about-locked-text"> <div class="about-locked-text">
<span class="hide-de">Tritt unserer Telegram-Gruppe bei<br>und erhalte Zugang zu allen Inhalten.</span> <span class="hide-de">Tritt unserer Telegram-Gruppe bei<br>und erhalte Zugang zu allen Inhalten.</span>
<span class="hide-en">Join our Telegram group<br>and get access to all content.</span> <span class="hide-en">Join our Telegram group<br>and get access to all content.</span>