We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5579af6 commit 6913dddCopy full SHA for 6913ddd
src/layouts/Layout.astro
@@ -79,4 +79,8 @@ const { title } = Astro.props;
79
--tw-bg-opacity: 1;
80
background-color: rgb(147 197 253 / var(--tw-bg-opacity));
81
}
82
+ p > a {
83
+ --tw-text-opacity: 1;
84
+ color: rgb(59 130 246 / var(--tw-text-opacity));
85
+ }
86
</style>
src/pages/projects.astro
@@ -35,9 +35,4 @@ import Layout from "../layouts/Layout.astro";
35
</main>
36
</Layout>
37
38
-<style>
39
- a {
40
- --tw-text-opacity: 1;
41
- color: rgb(59 130 246 / var(--tw-text-opacity));
42
- }
43
-</style>
+<style></style>
0 commit comments