Skip to content

Commit cdcce4d

Browse files
authored
Update index.html
1 parent 873d2d6 commit cdcce4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
font-size: 1.1em;line-height: 1.6em;background: rgba(0, 30, 40, 0.25);padding: 20px;border: 1px solid rgba(0, 255, 255, 0.2);border-radius: 10px;
4747
}
4848

49+
.holo-warning::before {
50+
content: "";position: absolute;top: -2px;left: -2px;right: -2px;bottom: -2px;border-radius: 14px;background: linear-gradient(45deg, rgba(0,255,255,0.2), rgba(255,255,255,0.1), rgba(0,255,255,0.2));z-index: -1;filter: blur(8px);
51+
}
52+
4953
.holo-warning strong {
5054
font-size: 1.2em;display: block;margin-bottom: 10px;color: #00ffff;
5155
}

0 commit comments

Comments
 (0)