We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ee093 commit eefcd5dCopy full SHA for eefcd5d
1 file changed
index.html
@@ -45,7 +45,7 @@
45
46
.holo-frame::before {
47
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);
48
- background: radial-gradient(rgb(244 67 54 / 48%),rgba(0, 255, 255, 0.2));
+ background: radial-gradient(rgba(0, 255, 255, 0.2),rgb(244 67 54 / 48%));
49
}
50
51
.holo-frame1::before {
0 commit comments