Update static/style.css
Browse files- static/style.css +2 -0
static/style.css
CHANGED
@@ -71,6 +71,8 @@ button:hover {
|
|
71 |
background-image: url('/static/psychedelic-pattern.png'); /* Replace with the actual path to your psychedelic pattern image */
|
72 |
background-size: cover;
|
73 |
text-align: center;
|
|
|
|
|
74 |
}
|
75 |
|
76 |
.color-overlay {
|
|
|
71 |
background-image: url('/static/psychedelic-pattern.png'); /* Replace with the actual path to your psychedelic pattern image */
|
72 |
background-size: cover;
|
73 |
text-align: center;
|
74 |
+
animation: colorChange 4s infinite;
|
75 |
+
mix-blend-mode: overlay;
|
76 |
}
|
77 |
|
78 |
.color-overlay {
|