diff options
author | Indrajith K L | 2022-11-26 23:48:04 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-26 23:48:04 +0530 |
commit | 2604c2f88b58cdf439ede4346a8dd3941f18b676 (patch) | |
tree | 1ec7903c893d5a72047e77f0c822c6b06f38621c /hg.css | |
parent | 9624d079ced6378747c87c58a3596eb81a33d0eb (diff) | |
download | retrowave-player-2604c2f88b58cdf439ede4346a8dd3941f18b676.tar.gz retrowave-player-2604c2f88b58cdf439ede4346a8dd3941f18b676.tar.bz2 retrowave-player-2604c2f88b58cdf439ede4346a8dd3941f18b676.zip |
Removed Inline Styles
Diffstat (limited to 'hg.css')
-rw-r--r-- | hg.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ body { border-radius: 10px; box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5); text-align: center; + background-position: 50% 50%; + background-repeat: no-repeat; } .music-player .color-overlay { |