This commit is contained in:
coolnsx
2024-05-03 16:06:38 +05:30
parent 7183d3becd
commit 7f905cc49f
19 changed files with 127 additions and 72 deletions

View File

@@ -55,11 +55,19 @@
.btn_play:hover {
color: #A2A852;
}
.btn_controls {
.btn_controls_seek {
color: #EBCB8B;
font-size : 26px;
font-family: IosevkaTerm Nerd Font;
}
.btn_controls_seek:hover {
font-size : 35px;
}
.btn_controls {
color: #EBCB8B;
font-size : 40px;
font-family: IosevkaTerm Nerd Font;
}
.btn_controls:hover {
font-size : 50px;
}