diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css
index 0201ef0..bbdb698 100644
--- a/assets/css/tailwind.css
+++ b/assets/css/tailwind.css
@@ -36,10 +36,14 @@ summary {
a:not([class*="text-"]):not([data-no-style]):not(.button.primary),
a strong,
a code,
-.text-link {
+.text-link-strong {
@apply text-red-500 hover:text-red-600 dark:text-red-600 hover:dark:text-red-700;
}
+.text-link {
+ @apply text-blue-500 hover:text-blue-600 dark:text-blue-600 hover:dark:text-blue-700;
+}
+
.button {
@apply inline-flex items-center justify-center px-4 py-2 border-2 border-red-500 dark:border-red-600 text-base font-medium rounded-full text-red-500 bg-white dark:bg-transparent dark:text-red-600 dark:hover:text-red-600 hover:bg-gray-50 dark:hover:bg-transparent hover:text-red-600 hover:border-red-600 dark:hover:border-red-700 text-center;
}
diff --git a/components/Popover.vue b/components/Popover.vue
new file mode 100644
index 0000000..01bfcb3
--- /dev/null
+++ b/components/Popover.vue
@@ -0,0 +1,67 @@
+
+
@@ -140,7 +142,7 @@ />
-@@ -58,7 +58,7 @@ " class="group bg-white dark:bg-gray-700 p-6 focus-within:ring-2 focus-within:ring-inset focus-within:ring-red-500 dark:focus-within:ring-red-600 flex flex-col rounded-lg shadow dark:shadow-none" > -
diff --git a/pages/guides/index.vue b/pages/guides/index.vue index 4f1a043..6a23f07 100644 --- a/pages/guides/index.vue +++ b/pages/guides/index.vue @@ -29,7 +29,7 @@ " class="group bg-white dark:bg-gray-700 p-6 focus-within:ring-2 focus-within:ring-inset focus-within:ring-red-500 dark:focus-within:ring-red-600 flex flex-col rounded-lg shadow dark:shadow-none" > -