We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873d2d6 commit cdcce4dCopy full SHA for cdcce4d
1 file changed
index.html
@@ -46,6 +46,10 @@
46
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;
47
}
48
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
+
53
.holo-warning strong {
54
font-size: 1.2em;display: block;margin-bottom: 10px;color: #00ffff;
55
0 commit comments