Skip to content

Commit 0698ac9

Browse files
committed
Removed color rotation effects
1 parent 0e1313a commit 0698ac9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

static/styles.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,31 +47,19 @@ header p {
4747
.overlay { font-size: 1rem; }
4848
}
4949

50-
/* Add this at the top or bottom of your existing file */
5150

5251
/* Page background gradient */
5352
body {
5453
background: linear-gradient(135deg, #1e2328, #2f3a4f);
55-
transition: background 2s ease-in-out;
56-
animation: bgShift 20s infinite alternate;
5754
}
5855

5956
/* Animate background shift */
60-
@keyframes bgShift {
61-
from { background: linear-gradient(135deg, #1e2328, #2f3a4f); }
62-
to { background: linear-gradient(135deg, #2f3a4f, #413c58); }
63-
}
6457

6558
/* Header text color animation */
6659
header h1 {
6760
color: #00bcd4;
68-
animation: hueRotate 5s infinite linear;
6961
}
7062

71-
@keyframes hueRotate {
72-
0% { filter: hue-rotate(0deg); }
73-
100% { filter: hue-rotate(360deg); }
74-
}
7563

7664
/* Overlay “pop” animation on emotion change */
7765
.overlay {

0 commit comments

Comments
 (0)