home: scratch that idea, bibou oracle finished

This commit is contained in:
Agahnim 2026-03-23 16:55:23 +01:00
parent c0a0225eaa
commit 7648b2773c
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
3 changed files with 34 additions and 38 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

View file

@ -466,43 +466,41 @@ home-content {
gap: 2rem;
}
bibou-oracle {
background-image: url(assets/images/boob_oracle_bg.png);
bibou-container {
position: relative;
bibou-container {
position: relative;
display: block;
width: 100px;
margin: 0 auto;
cursor: pointer;
img {
width: 100%;
display: block;
width: 100px;
margin: 0 auto;
cursor: pointer;
img {
width: 100%;
display: block;
}
&:hover .bibou {
opacity: 1;
}
.bibou {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
&:hover .boubou {
opacity: 0;
}
}
bibou-text {
font-style: italic;
text-align: center;
&:hover .bibou {
opacity: 1;
}
.bibou {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
&:hover .boubou {
opacity: 0;
}
}
bibou-text {
font-style: italic;
text-align: center;
}
}