diff --git a/spotifyvis/static/spotifyvis/css/dark_bg.css b/spotifyvis/static/spotifyvis/css/dark_bg.css new file mode 100644 index 0000000..a472959 --- /dev/null +++ b/spotifyvis/static/spotifyvis/css/dark_bg.css @@ -0,0 +1,8 @@ +body { +background-color: #1e1e1e; +} + +h1,p { +color: grey; +} + diff --git a/spotifyvis/templates/spotifyvis/index.html b/spotifyvis/templates/spotifyvis/index.html index 5964b34..28a9301 100644 --- a/spotifyvis/templates/spotifyvis/index.html +++ b/spotifyvis/templates/spotifyvis/index.html @@ -4,6 +4,7 @@