diff options
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 { |