Skip to content

Commit e888878

Browse files
authored
Update index.html
1 parent 4b6c5a8 commit e888878

1 file changed

Lines changed: 20 additions & 10 deletions

File tree

index.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,16 +1630,26 @@ <h4>⚠️ Input Tidak Valid</h4>
16301630
16311631
/* Background Gambar Azura */
16321632
#${aiContent.id}::before {
1633-
content: "";
1634-
position: absolute;
1635-
top: 0; left: 0; right: 0; bottom: 0;
1636-
background-image: url('https://raw.githubusercontent.com/Lilmoki91/Azura-Ai-Web-Search/refs/heads/main/AZURA-AI.png');
1637-
background-size: cover;
1638-
background-position: center;
1639-
opacity: 0.3; // contras gambar
1640-
z-index: 0;
1641-
pointer-events: none;
1642-
}
1633+
content: "";
1634+
position: absolute;
1635+
top: 0; left: 0; right: 0; bottom: 0;
1636+
1637+
/* GUNA INI (relative path dari root): */
1638+
background-image: url('AZURA-AI.webp');
1639+
1640+
/* Fallback untuk browser lama: */
1641+
background-image:
1642+
-webkit-image-set(
1643+
url('AZURA-AI.webp') 1x,
1644+
url('AZURA-AI.png') 2x
1645+
);
1646+
1647+
background-size: cover;
1648+
background-position: center;
1649+
opacity: 0.3;
1650+
z-index: 0;
1651+
pointer-events: none;
1652+
}
16431653
16441654
#${aiContent.id} > * {
16451655
position: relative;

0 commit comments

Comments
 (0)