Add light background class to body for improved readability
Browse files- index.html +1 -1
index.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
</style>
|
22 |
</head>
|
23 |
|
24 |
-
<body>
|
25 |
<div class="container my-4">
|
26 |
<h1 class="text-center">Convert Your Shazam Playlist to YouTube Playlist</h1>
|
27 |
<p class="text-center">
|
|
|
21 |
</style>
|
22 |
</head>
|
23 |
|
24 |
+
<body class="bg-light">
|
25 |
<div class="container my-4">
|
26 |
<h1 class="text-center">Convert Your Shazam Playlist to YouTube Playlist</h1>
|
27 |
<p class="text-center">
|