Graphs and tables for your Spotify account.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
157 B

  1. body {
  2. /* dark grey */
  3. background-color: #1e1e1e;
  4. }
  5. h1,th {
  6. /* light grey */
  7. color: #cccccc;
  8. }
  9. p,td {
  10. /* light-dark grey */
  11. color: #b2b2b2;
  12. }