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;
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;