Zoey’s Website
-Welcome to the site! There’s not really anything here.
-Links:
+Welcome! I’m Zoey (aka Zyllian), a trans woman living in the PNW. There’s not a whole lot here, so here are some links to other places I’m at:
diff --git a/secret.html b/secret.html
new file mode 100644
index 0000000..16e3b4c
--- /dev/null
+++ b/secret.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+Zyllian
+
+
+
+
+ Zyllian |
+ she/they
+
+
+ Source
+
+
+ You found the secret page! 🎉🎉
+that’s it.
+
+
+
+
+
diff --git a/styles/index.css b/styles/index.css
index 3cc6d70..7fe793a 100644
--- a/styles/index.css
+++ b/styles/index.css
@@ -6,14 +6,14 @@ body {
height: 100vh;
--bg-color: #eee;
--text-color: black;
- --accent-color: #0ad;
- --accent-text-color: var(--text-color);
+ --accent-color: #b520e7;
+ --accent-text-color: var(--bg-color);
}
@media (prefers-color-scheme: dark) {
body {
--bg-color: #333;
- --text-color: #aaa;
- --accent-text-color: var(--bg-color);
+ --text-color: #ccc;
+ --accent-text-color: black;
}
}
@@ -43,3 +43,7 @@ a:hover, a:focus {
main.page {
margin: 8px;
}
+
+abbr {
+ cursor: help;
+}
diff --git a/test.html b/test.html
new file mode 100644
index 0000000..16f3c8c
--- /dev/null
+++ b/test.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+Zyllian
+
+
+
+
+ Zyllian |
+ she/they
+
+
+ Source
+
+
+ just a test page to check something
+
+
+
+
+