Recipe description
+ +diff --git a/src/main/resources/static/css/explore.css b/src/main/resources/static/css/explore.css index 042e0c0..78880f1 100644 --- a/src/main/resources/static/css/explore.css +++ b/src/main/resources/static/css/explore.css @@ -169,6 +169,9 @@ body, html { font-size: 1.3em; font-weight: 900; letter-spacing: 1.3px; + overflow: auto; + scrollbar-color: var(--dusty-red) var(--peach); + scrollbar-width: none; /* hid the scroll bar but you can scroll through filters */ } .sidebar-right ul { @@ -185,6 +188,28 @@ body, html { text-decoration: none; } +#filter-form h3 { + color: var(--dusty-red-hover); + font-size: 0.9em; + margin: 4px 0 8px; +} + +#filter-form label { + display: flex; + align-items: center; + gap: 4px; + font-size: 0.75em; + color: var(--dusty-red); + margin-bottom: 2px; +} + +#filter-form input[type="checkbox"] { + accent-color: var(--dusty-red); + width: 16px; + height: 16px; + cursor: pointer; +} + /* ========================= Main Content Area ========================= */ @@ -233,7 +258,7 @@ input[type="search"] { background: var(--dusty-red); } -input[type="search"]::placeholder { +input[type="text"]::placeholder { color: var(--dark-yellow); } diff --git a/src/main/resources/static/css/my-profile.css b/src/main/resources/static/css/my-profile.css new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/templates/explore.html b/src/main/resources/templates/explore.html index bdb17b0..b656c2f 100644 --- a/src/main/resources/templates/explore.html +++ b/src/main/resources/templates/explore.html @@ -1,195 +1,234 @@ - +
-No recipes found.
+- Author: - - Author Name - -
+ +Recipe description
+ +- Prep: 0 min | - Cook: 0 min | - Servings: 0 | - Cost: 0 -
+ +