diff --git a/changelog b/changelog
index bb881db..e3eed1d 100644
--- a/changelog
+++ b/changelog
@@ -45,3 +45,4 @@
2024-10-19: remove references to friends name until she picks a different one
2024-10-20: add status.natalieee.net, running osmarks status thingy
2024-10-20: add alternative thought viewing frontend
+2024-11-01: minor accessibility improvements to style.css; general minor changes
diff --git a/files/88x31/bunbun.dev.html b/files/88x31/bunbun.dev.html
index 3377a7f..e0be1a7 100644
--- a/files/88x31/bunbun.dev.html
+++ b/files/88x31/bunbun.dev.html
@@ -1,2 +1,2 @@
-
+
diff --git a/files/88x31/gnu-lesbian.html b/files/88x31/gnu-lesbian.html
index 07450e3..b895fce 100644
--- a/files/88x31/gnu-lesbian.html
+++ b/files/88x31/gnu-lesbian.html
@@ -1 +1 @@
-
+
diff --git a/files/88x31/hellzone.html b/files/88x31/hellzone.html
index 0642098..b3e0cea 100644
--- a/files/88x31/hellzone.html
+++ b/files/88x31/hellzone.html
@@ -1 +1 @@
-
+
diff --git a/files/88x31/luxen.neocities.html b/files/88x31/luxen.neocities.html
index 4cd8a83..0c7f170 100644
--- a/files/88x31/luxen.neocities.html
+++ b/files/88x31/luxen.neocities.html
@@ -1 +1 @@
-
+
diff --git a/files/88x31/natalieee.net.html b/files/88x31/natalieee.net.html
index 4f17294..d09d63a 100644
--- a/files/88x31/natalieee.net.html
+++ b/files/88x31/natalieee.net.html
@@ -1 +1 @@
-
+
diff --git a/style.css b/style.css
index bb0175a..3a56a8e 100644
--- a/style.css
+++ b/style.css
@@ -33,9 +33,9 @@
--alt-bg: #dde1e6;
--fg: #161616;
--hl: #33b1ff;
- --link: #0f62fe;
+ --link: #0154EF;
--visited-link: #673ab7;
- --highlight: #0f62fe;
+ --highlight: #0154EF;
--gray: #525252;
background: var(--bg);
background-image: radial-gradient(var(--gray) 2px, var(--alt-bg) 2px);
@@ -223,6 +223,7 @@ footer {
}
a {
+ margin: 0 !important;
display: flex;
float: right;
width: 88px;
@@ -375,6 +376,11 @@ xmp {
a {
color: var(--link);
+ width: fit-content
+}
+
+a ~ a, li:has(a), a ~ span > a {
+ margin: 4px 0;
}
a:visited {