Gregniuki commited on
Commit
0dcf58f
·
1 Parent(s): ac6bf4c

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +9 -0
static/style.css CHANGED
@@ -72,6 +72,15 @@ button:hover {
72
  text-align: center;
73
  }
74
 
 
 
 
 
 
 
 
 
 
75
  /* Footer with wave-like pattern */
76
  footer {
77
  padding: 20px 0;
 
72
  text-align: center;
73
  }
74
 
75
+ .color-overlay {
76
+ position: absolute;
77
+ top: 0;
78
+ left: 0;
79
+ right: 0;
80
+ bottom: 0;
81
+ animation: colorChange 4s infinite;
82
+ mix-blend-mode: overlay;
83
+ }
84
  /* Footer with wave-like pattern */
85
  footer {
86
  padding: 20px 0;