diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index f0548c3f..f5258be6 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -12,7 +12,7 @@ } .feature-card { - border: 1px solid rgba(0, 0, 0, .25); + border: 2px solid rgba(0, 0, 0, .25); border-radius: 0.25rem; padding: 1.25rem; display: flex; @@ -36,7 +36,7 @@ } .feature-card:hover { - border: 2px solid rgba(0, 0, 0, .5); + border: 1px solid rgba(0, 0, 0, .5); cursor: pointer; transform: scale(1.1); }