Browse Source

Attempt no background

add-license-1
novatorem 5 years ago
parent
commit
3b7b2ad8bc
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      api/templates/spotify.html.j2

+ 1
- 2
api/templates/spotify.html.j2 View File

@ -11,7 +11,6 @@
} }
.container { .container {
background-color: #121212;
border-radius: 5px; border-radius: 5px;
padding: 10px 10px 10px 0px; padding: 10px 10px 10px 0px;
} }
@ -46,7 +45,7 @@
.song { .song {
font-weight: bold; font-weight: bold;
font-size: 24px; font-size: 24px;
color: #fff;
color: #000000ba;
text-align: left; text-align: left;
margin-top: 65px; margin-top: 65px;
} }


Loading…
Cancel
Save