idk this took way too long and its not even good

This commit is contained in:
2025-08-06 15:51:59 -07:00
parent cd93ca43ec
commit 2f906b4b89
4 changed files with 30 additions and 12 deletions

View File

@@ -89,17 +89,34 @@ p {
}
#title-1 {
background-image: url(lulu.webp);
background-size: 60%;
background-position: 100% 35%;
color: light-dark(white, black);
overflow: hidden;
position: relative;
}
#title-1 * {
#title-1 > .h1-container {
margin: 0;
padding: 16px;
background: light-dark(black, whitesmoke);
width: max-content;
height: max-content;
z-index: 1;
display: block;
position: relative;
}
#title-1 > div > h1 {
margin: 0;
}
#title-1 > img {
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: 0;
display: block;
height: 100%;
}
.disabled {
@@ -112,6 +129,7 @@ body {
position: relative;
background: light-dark(whitesmoke, black);
color: light-dark(black, whitesmoke);
display: block;
}
#click-to-reveal-prompt {