summary refs log tree commit diff stats
path: root/lovely/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 20:50:22 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 20:50:22 +0800
commit8709a3ca5e339015e5f17acef5b44466d8b7b412 (patch)
treedf6742936c7db5b40c2732fc241a97e19a9b9621 /lovely/style.css
parent7da2b1022d1d41b9acd841f80e07135efd472478 (diff)
downloadwww-8709a3ca5e339015e5f17acef5b44466d8b7b412.tar.gz
alhfkds
Diffstat (limited to 'lovely/style.css')
-rw-r--r--lovely/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/lovely/style.css b/lovely/style.css
index 1ddd373..8fead0c 100644
--- a/lovely/style.css
+++ b/lovely/style.css
@@ -318,16 +318,16 @@ body {
 		animation: rainbow 1s infinite;
 	}
 p:before {
-   content: "HACKER!  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
+   content: "<a href=\"https://www.andrewyu.org\">HACKER!</a>  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
 }
 h1:before {
-   content: "HACKER!  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
+   content: "<a href=\"https://www.andrewyu.org\">HACKER!</a>   Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
 }
 li:before {
-   content: "HACKER!  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
+   content: "<a href=\"https://www.andrewyu.org\">HACKER!</a>   Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
 }
 div:before {
-   content: "HACKER!  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
+   content: "<a href=\"https://www.andrewyu.org\">HACKER!</a>   Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
 }
 
 p:hover {