From ab7acb5db39e3fe5138884d9b0050d9f94aa508b Mon Sep 17 00:00:00 2001
From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.>
Date: Tue, 28 May 2024 19:44:35 +0100
Subject: [PATCH 1/2] changes credit dev-cb in cloudron forum

---
 src/main/resources/static/css/home.css          | 17 +++++++++--------
 src/main/resources/static/css/navbar.css        |  2 +-
 .../resources/static/css/theme/componentes.css  |  6 ++++--
 src/main/resources/static/css/theme/font.css    |  2 +-
 src/main/resources/static/css/theme/theme.css   |  2 +-
 5 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css
index a6f89ed09..8b70dc7fe 100644
--- a/src/main/resources/static/css/home.css
+++ b/src/main/resources/static/css/home.css
@@ -5,7 +5,7 @@
   font-size: 16px;
   margin-bottom: 2rem;
   padding: 0.75rem 3.5rem;
-  border: 0.1rem solid var(--md-sys-color-outline-variant);
+  border: 1px solid var(--md-sys-color-outline-variant);
   border-radius: 3rem;
   outline-color: var(--md-sys-color-outline-variant);
 }
@@ -19,12 +19,12 @@
 .features-container {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(15rem, 3fr));
-  gap: 25px 30px;
+  gap: 30px 30px;
 }
 
 .feature-card {
-  border: 2px solid var(--md-sys-color-surface-5);
-  border-radius: 2rem;
+  border: 1px solid var(--md-sys-color-surface-5);
+  border-radius: 1.75rem;
   padding: 1.25rem;
   display: flex;
   flex-direction: column;
@@ -47,13 +47,13 @@
 }
 
 .feature-card .card-text {
-  flex: 1;
+  font-size: .875rem;
 }
 
 .feature-card:hover {
   cursor: pointer;
-  transform: scale(1.1);
-  box-shadow: var(--md-sys-elevation-3);
+  transform: scale(1.025);
+  box-shadow: var(--md-sys-elevation-2);
 }
 
 .card-title.text-primary {
@@ -79,11 +79,12 @@
 }
 
 #tool-text {
-  margin: 0.5rem 0.5rem 0rem;
+  margin: 0.0rem 0 0 1.25rem;
 }
 
 .card-title {
   margin-bottom: 1rem;
+  font-size: 1.1rem;
 }
 
 /* Only show the favorite icons when the parent card is being hovered over */
diff --git a/src/main/resources/static/css/navbar.css b/src/main/resources/static/css/navbar.css
index ddeab5aab..a8845f297 100644
--- a/src/main/resources/static/css/navbar.css
+++ b/src/main/resources/static/css/navbar.css
@@ -75,7 +75,7 @@
 }
 
 .icon-text {
-  margin-left: 4px;
+  margin-left: 8px;
   margin-right: 4px;
   display: inline-flex;
   flex-direction: column;
diff --git a/src/main/resources/static/css/theme/componentes.css b/src/main/resources/static/css/theme/componentes.css
index d767d59d0..7e3f744e9 100644
--- a/src/main/resources/static/css/theme/componentes.css
+++ b/src/main/resources/static/css/theme/componentes.css
@@ -187,8 +187,8 @@ td {
 .feature-card .nav-icon {
   vertical-align: middle;
   font-size: 2rem !important;
-  padding: 0.5rem;
-  border-radius: 1.25rem;
+  padding: 0.75rem;
+  border-radius: 0.9rem;
   color: var(--md-sys-color-surface);
 }
 
@@ -798,6 +798,8 @@ textarea.form-control {
 }
 
 .nav-link {
+  display: flex;
+  align-items: center;
   transition: none !important;
   padding: 0.5rem 1rem !important;
   border: 1px transparent;
diff --git a/src/main/resources/static/css/theme/font.css b/src/main/resources/static/css/theme/font.css
index dfb1c1b8d..f245dd32d 100644
--- a/src/main/resources/static/css/theme/font.css
+++ b/src/main/resources/static/css/theme/font.css
@@ -7,7 +7,7 @@
 
 .material-symbols-rounded {
     font-family: 'Material Symbols Rounded';
-    font-weight: normal;
+    font-weight: 300;
     font-style: normal;
     font-size: 24px;
     line-height: 1;
diff --git a/src/main/resources/static/css/theme/theme.css b/src/main/resources/static/css/theme/theme.css
index 3c9565d10..4f7be33e8 100644
--- a/src/main/resources/static/css/theme/theme.css
+++ b/src/main/resources/static/css/theme/theme.css
@@ -30,5 +30,5 @@
 }
 
 .no-fill {
-  font-variation-settings: var(--md-sys-icon-fill-0);
+  /* font-variation-settings: var(--md-sys-icon-fill-0); */
 }
\ No newline at end of file

From 6c790299aa6edf28ab808d9bb10969fd62c8e4f5 Mon Sep 17 00:00:00 2001
From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.>
Date: Tue, 28 May 2024 19:48:02 +0100
Subject: [PATCH 2/2] readd hover

---
 src/main/resources/static/css/home.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css
index 8b70dc7fe..07a1350fe 100644
--- a/src/main/resources/static/css/home.css
+++ b/src/main/resources/static/css/home.css
@@ -52,7 +52,7 @@
 
 .feature-card:hover {
   cursor: pointer;
-  transform: scale(1.025);
+  transform: scale(1.08);
   box-shadow: var(--md-sys-elevation-2);
 }