diff --git a/docs/docs/overrides/home.html b/docs/docs/overrides/home.html
index 5e51887d9..ad5e33989 100644
--- a/docs/docs/overrides/home.html
+++ b/docs/docs/overrides/home.html
@@ -16,19 +16,19 @@
.tx-container {
padding-top: .0rem;
- background: linear-gradient(to bottom, var(--md-primary-fg-color), rgb(194, 151, 86) 99%,#fff 99%)
+ background: var(--md-primary-bg-color)
}
.tx-hero {
margin: 12px 2.8rem;
- color: var(--md-primary-bg-color);
justify-content: center;
}
.tx-hero h1 {
margin-bottom: 1rem;
- color: currentColor;
- font-weight: 700
+ font-family: "Roboto";
+ color: #30353a;
+ font-weight: 500
}
.tx-hero__content {
@@ -45,7 +45,7 @@
.tx-hero .md-button {
margin-top: .5rem;
margin-right: .5rem;
- color: var(--md-primary-bg-color)
+ color: var(--md-primary-fg-color)
}
.tx-hero .md-button--primary {
@@ -67,8 +67,13 @@
transform: translateY(10%);
}
+ .feature-container {
+ background-color: #F7FAFC;
+ }
+
.top-hr {
margin-top: 42px;
+ margin-bottom: 42px;
}
.feature-item {
@@ -158,10 +163,10 @@
min-width: 0;
}
- .feature-item:hover {
+ /* .feature-item:hover {
background-color: #fea55247;
border-radius: 3px;
- }
+ } */
}
.hr {
@@ -223,9 +228,11 @@
- Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a + A self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.
@@ -242,6 +249,8 @@ +API Driven application gives you full control of the backend server with interactive documentation