UI update

This commit is contained in:
2026-03-05 21:20:01 +00:00
parent 324b8e01dd
commit d2ac635eac
3 changed files with 70 additions and 16 deletions

View File

@@ -1,5 +1,3 @@
/* assets/css/gallery.css */
.gallery-item-card {
background-color: #fcfaf5 !important;
border: 1px solid #e2d7ba !important;
@@ -8,18 +6,18 @@
}
.gallery-item-card:hover {
transform: translateY(-5px) rotate(1deg); /* Physical paper feel */
transform: translateY(-5px) rotate(1deg);
box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}
.recipe-thumbnail {
filter: sepia(0.15) contrast(1.1); /* Heirloom photo effect */
filter: sepia(0.15) contrast(1.1);
}
.gallery-item-title {
font-family: 'Libre Baskerville', serif;
font-size: 1.25rem;
color: #2e1e0a; /* Dark ink color */
color: #2e1e0a;
}
.gallery-item-date {
@@ -34,4 +32,19 @@
font-family: 'Libre Baskerville', serif !important;
font-style: italic;
text-transform: none !important;
}
.back-to-home-btn {
background-color: #5d4037 !important; /* Rich walnut brown */
color: #f8f1e0 !important; /* Parchment text */
font-family: 'Libre Baskerville', serif !important;
text-transform: none !important;
font-size: 1.1rem !important;
height: 56px !important;
border-radius: 8px !important;
}
.back-to-home-btn:hover {
background-color: #4a3a2a !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}