Gregniuki commited on
Commit
611834f
1 Parent(s): 1fb8df5

Update static/style.css

Browse files
Files changed (1) hide show
  1. 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 {