UI updates

This commit is contained in:
2026-03-19 06:50:17 +00:00
parent 5c666382f8
commit 0a0038f177
5 changed files with 101 additions and 124 deletions

View File

@@ -173,7 +173,35 @@ html, body {
font-family: 'Libre Baskerville', serif !important;
color: #2e1e0a !important;
font-weight: 600 !important;
font-size: 0.95rem !important;
font-size: 1.1rem !important;
}
.menu-card {
background-color: #f4e4bc !important;
background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png") !important;
border: 1px solid #dccca7 !important;
border-radius: 4px !important;
padding: 8px !important;
color: #2e1e0a !important;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}
.v-list.menu-card {
background: #f4e4bc !important;
}
.menu-card .v-list-item {
border-radius: 6px !important;
margin-bottom: 2px !important;
transition: background-color 0.2s ease !important;
}
.menu-card .v-list-item:last-child {
margin-bottom: 0 !important;
}
.menu-card .v-list-item:hover {
background-color: rgba(85, 107, 47, 0.1) !important;
}
.v-list-item__prepend .v-icon {