@@ -115,7 +115,7 @@
max="<% new Date().getFullYear() %>"
type="number"
name="year"
- class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
+ class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"
>
@@ -128,7 +128,7 @@
id="value"
type="number"
name="value"
- class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
+ class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"
>
@@ -179,7 +179,7 @@
name="name"
minlength="3"
maxlength="30"
- class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
+ class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"
>
@@ -191,20 +191,20 @@
id="value"
type="number"
name="value"
- class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
+ class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"
>
@@ -223,7 +223,7 @@
name="ticker"
minlength="3"
maxlength="5"
- class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
+ class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"
>
@@ -235,7 +235,7 @@
id="price"
type="number"
name="price"
- class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
+ class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"
>
@@ -245,7 +245,7 @@
min="1"
id="quantity"
name="quantity"
- class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
+ class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"
>
@@ -254,20 +254,20 @@
type="date"
id="purchaseDate"
name="purchaseDate"
- class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
+ class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"
>
diff --git a/src/views/planDetail.ejs b/src/views/planDetail.ejs
index 7d8477b..95c2a7d 100644
--- a/src/views/planDetail.ejs
+++ b/src/views/planDetail.ejs
@@ -88,7 +88,7 @@
-
+
diff --git a/src/views/plans.ejs b/src/views/plans.ejs
index e51f305..ac8488e 100644
--- a/src/views/plans.ejs
+++ b/src/views/plans.ejs
@@ -24,7 +24,7 @@
Create New Retirement Plan
@@ -34,29 +34,29 @@
* Indicates a required field
-
+
-
+
-
+
-
+
-
+
-
-
+
+
diff --git a/src/views/profile.ejs b/src/views/profile.ejs
index 3be7f54..acfac2f 100644
--- a/src/views/profile.ejs
+++ b/src/views/profile.ejs
@@ -51,24 +51,24 @@