things occurred

This commit is contained in:
Coolnsx
2023-11-29 12:15:20 +05:30
parent 61d772b93d
commit e50df74288
16 changed files with 317 additions and 43 deletions

View File

@@ -37,27 +37,27 @@
/** Music ********************************************/
.song {
color: #8FBCBB;
font-size : 24px;
font-size : 25px;
font-weight : bold;
margin : 30px 0px 0px 0px;
margin : 20px 0px 0px 0px;
}
.artist {
color: #EBCB8B;
font-size : 20px;
font-weight : normal;
margin : 0px 0px -20px 0px;
margin : 0px 0px -10px 0px;
}
.btn_play {
color: #A3BE8C;
font-family: IosevkaTerm Nerd Font;
font-size : 70px;
font-size : 50px;
}
.btn_play:hover {
color: #A2A852;
}
.btn_controls {
color: #EBCB8B;
font-size : 32px;
font-size : 26px;
font-family: IosevkaTerm Nerd Font;
}
.btn_controls:hover {
@@ -65,7 +65,7 @@
}
.lyrics {
color: #EBCB8B;
margin : -20px 0px 0px 0px;
margin : -10px 0px 0px 0px;
font-family: IBM Plex Sans Text;
font-size : 18px;
}