About locked: remove palm emoji, blur 6px, text dark #1c1e21
This commit is contained in:
+5
-7
@@ -919,9 +919,9 @@ body[data-lang="en"] .hide-de { display: none !important; }
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
border-radius: 16px;
|
||||
backdrop-filter: blur(13px);
|
||||
-webkit-backdrop-filter: blur(13px);
|
||||
background: rgba(255,255,255,0.15);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
background: rgba(255,255,255,0.1);
|
||||
}
|
||||
.about-locked-overlay {
|
||||
position: absolute;
|
||||
@@ -931,17 +931,15 @@ body[data-lang="en"] .hide-de { display: none !important; }
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
gap: 16px;
|
||||
padding: 24px;
|
||||
}
|
||||
.about-locked-icon { font-size: 2.5rem; }
|
||||
.about-locked-text {
|
||||
font-size: 1rem;
|
||||
color: #fff;
|
||||
color: #1c1e21;
|
||||
text-align: center;
|
||||
line-height: 1.5;
|
||||
font-weight: 600;
|
||||
text-shadow: 0 2px 8px rgba(0,0,0,0.3);
|
||||
}
|
||||
.about-locked-btn {
|
||||
display: inline-flex !important;
|
||||
|
||||
@@ -353,7 +353,6 @@
|
||||
<img class="about-locked-img" src="/spacer.png" alt="" aria-hidden="true">
|
||||
<div class="about-locked-blur"></div>
|
||||
<div class="about-locked-overlay">
|
||||
<div class="about-locked-icon">🌴</div>
|
||||
<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-en">Join our Telegram group<br>and get access to all content.</span>
|
||||
|
||||
Reference in New Issue
Block a user