diff --git a/404.html b/404.html
new file mode 100644
index 0000000..5b6c3c5
--- /dev/null
+++ b/404.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+ Hmmmmmm
+
+
+ What do you think you're doing?
+
+
diff --git a/common.css b/common.css
index 2d027bc..4c7e64f 100644
--- a/common.css
+++ b/common.css
@@ -51,11 +51,21 @@ a {
transition: color 200ms;
}
+a.out {
+ text-decoration: revert;
+ text-underline-offset: 1px;
+ transition: text-underline-offset 200ms;
+}
+
a:hover,
.header-text-items li:hover > a {
color: var(--color-text-primary);
}
+a.out:hover {
+ text-underline-offset: 5px;
+}
+
.header-text-items li svg {
width: 20px;
height: 20px;
@@ -115,7 +125,7 @@ a:hover,
}
.rainbow:hover {
- filter: contrast(0.6) hue-rotate(360deg);
+ filter: contrast(0.6) brightness(1.2) hue-rotate(360deg);
}
.italics {
diff --git a/index.html b/index.html
index df917a3..ced3f10 100644
--- a/index.html
+++ b/index.html
@@ -39,10 +39,10 @@
diff --git a/links/index.html b/links/index.html
index 0590a61..ed25784 100644
--- a/links/index.html
+++ b/links/index.html
@@ -39,10 +39,10 @@
@@ -62,7 +62,7 @@ My links
diff --git a/projects/index.html b/projects/index.html
index 7f26364..0542706 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -39,10 +39,10 @@
@@ -111,5 +111,6 @@ Scratch mobile
+