diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-17 20:29:13 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-17 20:29:13 +0100 |
commit | 22ed919b2fffa933c8a72763fda2b603a92a18cf (patch) | |
tree | 598df09ee3a562bf958813d76f7506e0cb165a6a /html | |
parent | d9ace12fee24965baf6cf065691ed99c0d229ab1 (diff) |
Font size
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{ |