diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 20:57:11 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 20:57:11 +0800 |
commit | 63783e88ecd38532703a41b13e17c5ca7ef16981 (patch) | |
tree | 617c10340ed1908710349ecf5cfc98700fe45789 /lovely/style.css | |
parent | bc22547674f408eb0ca5f9e43648ad863a78bfd0 (diff) | |
download | www-63783e88ecd38532703a41b13e17c5ca7ef16981.tar.gz |
a
Diffstat (limited to 'lovely/style.css')
-rw-r--r-- | lovely/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lovely/style.css b/lovely/style.css index 8fead0c..d53a36e 100644 --- a/lovely/style.css +++ b/lovely/style.css @@ -318,16 +318,16 @@ body { animation: rainbow 1s infinite; } p:before { - content: "<a href=\"https://www.andrewyu.org\">HACKER!</a> Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; + content: "HACKER! Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; } h1:before { - content: "<a href=\"https://www.andrewyu.org\">HACKER!</a> Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; + content: "HACKER! Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; } li:before { - content: "<a href=\"https://www.andrewyu.org\">HACKER!</a> Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; + content: "HACKER! Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; } div:before { - content: "<a href=\"https://www.andrewyu.org\">HACKER!</a> Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; + content: "HACKER! Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; } p:hover { |