2
0
Nex 9 жил өмнө
parent
commit
54fe1af4e0

+ 9 - 1
app/client/stylesheets/app.css

@@ -472,4 +472,12 @@ input:not([type]), input[type="text"], input[type="password"], input[type="email
 [type="checkbox"]:checked+label:before {
     border-right-color: rgb(3, 169, 244) !important;
     border-bottom-color: rgb(3, 169, 244) !important;
-}
+}
+
+input[type=range]+.thumb {
+    background-color: rgb(3, 169, 244) !important;
+}
+
+input[type=range]+.thumb .value {
+    color: rgb(3, 169, 244) !important;
+}

+ 3 - 3
app/client/templates/news.html

@@ -5,9 +5,9 @@
             {{#each articles}}
                 <div class="card light-blue-text col m6 s12 l6 offset-m3 offset-l3">
                     <div class="card-content">
-                        <span>{{title}}</span>
-                        <hr>
-                        <p id="news-content" style="word-wrap:break-word;">
+                        <h3 class="center">{{title}}</h3>
+                        <hr style="margin: 15px;">
+                        <p id="news-content" style="word-wrap:break-word;" class="black-text">
                             {{content}}
                         </p>
                     </div>

+ 1 - 1
app/client/templates/profile.html

@@ -16,7 +16,7 @@
                 </div>
             </div>
             <div class="col s12 m4 l4">
-                <div class="card light-blue accent-3 profile-card">
+                <div class="card teal accent-3 profile-card">
                     <div class="card-content white-text">
                         <span class="card-title">Liked Songs</span>
                         <ul>