UI update

This commit is contained in:
2026-03-20 20:50:00 +00:00
parent 00cb853ece
commit 4df0675b81
2 changed files with 44 additions and 14 deletions

View File

@@ -665,10 +665,28 @@ html, body {
border: 1px solid #e8dec5 !important;
}
.save-prompt-card {
border: 1px solid #e0d5c5 !important;
border-left: 4px solid #8c4a32 !important;
border-radius: 8px !important;
.save-prompt-paper {
background-color: #f4e4bc !important;
background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png") !important;
border: 1px solid #dccca7 !important;
border-left: 6px solid #8c4a32 !important;
border-radius: 4px !important;
}
.prompt-title {
font-family: 'Libre Baskerville', serif !important;
font-weight: 700;
font-size: 1.1rem;
color: #1e1408;
text-transform: uppercase;
letter-spacing: 1px;
}
.prompt-text {
font-family: 'Libre Baskerville', serif !important;
color: #5d4a36;
font-size: 1rem;
line-height: 1.4;
}
/* Mobile Experience: Full-screen Parchment */