diff --git a/assets/main.scss b/assets/main.scss
index cc27691..ab426e4 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -3,7 +3,9 @@
@tailwind utilities;
@layer components {}
+
@import 'fonts.scss';
+
html {
// @apply text-[15px]
}
@@ -129,23 +131,23 @@ a[href^="#"] {
}
label {
- @apply inline-block text-sm font-medium text-gray-900 dark:text-white min-w-36;
+ @apply inline-block text-sm font-medium text-gray-900 min-w-36;
}
input {
- @apply bg-gray-50 border border-gray-300 text-gray-900 rounded focus:ring-blue-500 focus:border-blue-500 text-lg p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500 disabled:bg-neutral disabled:cursor-not-allowed invalid:border-pink-500 invalid:text-pink-600 focus:invalid:border-pink-500 focus:invalid:ring-pink-500;
+ @apply bg-neutral-200 border border-gray-300 text-gray-900 rounded focus:ring-blue-500 focus:border-blue-500 text-lg p-2.5 disabled:cursor-not-allowed invalid:border-pink-500 invalid:text-pink-600 focus:invalid:border-pink-500 focus:invalid:ring-pink-500;
}
textarea {
- @apply block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500 max-w-full min-h-10 max-h-40;
+ @apply block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 max-w-full min-h-10 max-h-40;
}
button {
- @apply rounded bg-primary hover:bg-primary-400 transition-colors px-10 py-3 inline-block text-lg font-bold cursor-pointer disabled:opacity-50 disabled:hover:bg-primary;
+ @apply rounded bg-primary hover:bg-primary-300 transition-colors p-4 inline-block text-2xl font-bold cursor-pointer disabled:opacity-50 disabled:hover:bg-primary leading-4;
&.neutral,
&[type="reset"] {
- @apply bg-neutral hover:bg-neutral-400
+ @apply bg-neutral-200 hover:bg-neutral-400
}
}
diff --git a/components/calcModels.vue b/components/calcModels.vue
index e5f15ab..d43fc08 100644
--- a/components/calcModels.vue
+++ b/components/calcModels.vue
@@ -65,7 +65,7 @@ const point = reactive({