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 @@