2
0
AkiraLaine 9 жил өмнө
parent
commit
e1a19797a1

+ 3 - 0
app/app.css

@@ -1085,6 +1085,9 @@ nav form input[type="image"]{
 .terms, .privacy, .about {
   color: white;
 }
+.about a{
+    color: white;
+}
 #play, #pause, #skip, #shuffle {
     cursor: pointer;
 }

+ 1 - 1
app/templates/about.html

@@ -4,7 +4,7 @@
         <div class="row">
             <div class="about col-md-8 col-md-offset-2">
                 <h2>About</h2>
-                <p>Musare is a modern, open-source Music App.</p>
+                <p>Musare is a modern, collaborative, open-source Music App.</p>
                 <p>Listen to music in one of the various stations, specific to one genre</p>
                 <p>Built by <a href="https://github.com/AkiraLaine">@AkiraLaine</a>, <a href="https://github.com/KrisVos130">@KrisVos130</a> and <a href="https://github.com/johand199">@johand199</a></p>
             </div>