Changed all existing pages to use a dark bg
This commit is contained in:
8
spotifyvis/static/spotifyvis/css/dark_bg.css
Normal file
8
spotifyvis/static/spotifyvis/css/dark_bg.css
Normal file
@@ -0,0 +1,8 @@
|
||||
body {
|
||||
background-color: #1e1e1e;
|
||||
}
|
||||
|
||||
h1,p {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user