Skip to content

Commit

Permalink
Enhance background gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Dec 1, 2024
1 parent 6908d87 commit ef5169c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

.header .title {
font-size: 2rem;
color: #fff;
color: #5BBCFF;
text-decoration: none;
font-weight: 700;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/PlayingVideo.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.playingVideo .transcript {
color: white;
color: #000;
margin-top: 1rem;
font-size: 20px;
/*font-family: BreitkopfFraktur;*/
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body {
-moz-osx-font-smoothing: grayscale;
font-family: Ubuntu;

background: linear-gradient(45deg,#d2001a,#7462ff,#f48e21,#23d5ab);
background: linear-gradient(45deg,#FFD1E3,#7EA1FF,#FFFAB7,#5BBCFF);
background-size: 300% 300%;
animation: color 12s ease-in-out infinite;
}
Expand Down

0 comments on commit ef5169c

Please sign in to comment.