From 675df40ddb323a7473db8cbede93d14c990951aa Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Thu, 26 Jan 2023 22:10:42 -0800 Subject: [PATCH] updates --- assets/css/main.css | 3 +++ index.html | 4 +++- page/403.html | 7 ++++--- page/404.html | 7 ++++--- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 337db71..bb86ea7 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -51,6 +51,9 @@ h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; border-bottom-color: transparent; } +a.copy-cursor{ + cursor: copy; +} embed, iframe, object { diff --git a/index.html b/index.html index 8a36a5e..8b09afd 100644 --- a/index.html +++ b/index.html @@ -24,11 +24,13 @@

Email

Gitea

Mastodon

-

Youtube

+

Pronouns

+

Discord

+ \ No newline at end of file diff --git a/page/403.html b/page/403.html index 76db8ce..c39013a 100644 --- a/page/403.html +++ b/page/403.html @@ -21,13 +21,14 @@
Avatar -

Error 403

-

Access Forbidden

-

Home

+

Error 403

+

Access Forbidden

+

Home

+ \ No newline at end of file diff --git a/page/404.html b/page/404.html index 639b487..5950f39 100644 --- a/page/404.html +++ b/page/404.html @@ -21,13 +21,14 @@
Avatar -

Error 404

-

Page Not Found

-

Home

+

Error 404

+

Page Not Found

+

Home

+ \ No newline at end of file