From 61400bf53e97f62c551b792d3e7c27b409ce5b23 Mon Sep 17 00:00:00 2001
From: Technoduck
Date: Fri, 20 Sep 2024 19:03:12 -0400
Subject: [PATCH] maybe all before first release
---
src/components/EventElement.astro | 2 +-
src/events/GA.md | 5 +++--
src/pages/index.astro | 16 +++++++---------
src/styles/tailwind.css | 8 ++++++++
4 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/src/components/EventElement.astro b/src/components/EventElement.astro
index 635d5ae..a27718a 100644
--- a/src/components/EventElement.astro
+++ b/src/components/EventElement.astro
@@ -30,7 +30,7 @@ if (past) {
-
-
-
+
+
+ Welcome to our newly-established page.
-
- Who are they?
-
-
- What are they hiding?
+
+
+ Here you can find various information about who we are, what we do, and how to reach us.
diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css
index d9bd2a5..82920c9 100644
--- a/src/styles/tailwind.css
+++ b/src/styles/tailwind.css
@@ -3,6 +3,14 @@
@tailwind utilities;
@layer base {
+ p a {
+ @apply decoration-accent-400;
+ @apply dark:decoration-accent-500;
+ @apply max-w-full;
+ @apply underline;
+ @apply underline-offset-4 ;
+ @apply decoration-2;
+ }
p {
@apply font-normal
}