This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
spotify-readme
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Font fix
add-license-1
novatorem
5 years ago
parent
516a5ca0f7
commit
6c0322dce5
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
api/templates/spotify.html.j2
+ 4
- 2
api/templates/spotify.html.j2
View File
@ -2,6 +2,9 @@
<foreignObject width="600" height="233">
<div xmlns="http://www.w3.org/1999/xhtml" class="container">
<style>
div {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
.main {
display: flex;
@ -40,9 +43,8 @@
}
.song {
font-weight: bold;
font-size: 24px;
color: #
333
;
color: #
222
;
text-align: left;
margin-top: 65px;
}
Write
Preview
Loading…
Cancel
Save