Apologies

This commit is contained in:
Violet 2023-11-07 19:16:50 +00:00 committed by GitHub
parent b2c33af4ea
commit 8dd83eadd3
3 changed files with 7 additions and 2 deletions

View file

@ -98,6 +98,8 @@ hr {
max-width: 90%;
}
/* I am so sorry about this code,,, */
.love::before {
content: "<3 ";
color: rgb(255, 100, 150);
@ -153,6 +155,6 @@ hr {
100% {
opacity: 1;
transform: none;
background-color: rgb(10, 5, 20);
background-color: rgb(15, 5, 30);
}
}