diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/html/index.html b/html/index.html index f7345c5..b3cd51d 100644 --- a/html/index.html +++ b/html/index.html @@ -50,13 +50,13 @@ body {  .selected{    color: #FF8080;    cursor: pointer; -  font-size: 300%; +  font-size: 500%;  }  .normal{    color: #FFFFFF;    cursor: pointer; -  font-size: 300%; +  font-size: 500%;  }  #songlist{ | 
