UI updates
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user