Skip to content

Commit c732f7a

Browse files
committed
feat: change color
1 parent 9c149c2 commit c732f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ body {
148148

149149
.episode-number {
150150
font-size: 1.5rem;
151-
color: #ffe81f;
151+
color: #FFC507;
152152
text-transform: uppercase;
153153
letter-spacing: 2px;
154154
margin-bottom: 0.5rem;
@@ -196,7 +196,7 @@ body {
196196
}
197197

198198
.cta-button:hover {
199-
background: #ffe81f;
199+
background: #FFC507;
200200
transform: translateY(-3px);
201201
box-shadow: 0 6px 20px rgba(255, 232, 31, 0.6);
202202
}

0 commit comments

Comments
 (0)