فهرست منبع

fix: playlists/recent activity compatible with night mode

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 5 سال پیش
والد
کامیت
0b5ad06d1c
2فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 3 1
      frontend/components/User/Show.vue
  2. 4 0
      frontend/dist/index.css

+ 3 - 1
frontend/components/User/Show.vue

@@ -745,7 +745,9 @@ export default {
 	.bio-row i,
 	.bio-row p,
 	.date-location-row i,
-	.date-location-row p {
+	.date-location-row p,
+	.item .left-part .top-text,
+	.item .left-part .bottom-text {
 		color: $light-grey;
 	}
 }

+ 4 - 0
frontend/dist/index.css

@@ -105,3 +105,7 @@ a.nav-item.is-tab {
 	border-width: 0;
 	color: #fff;
 }
+
+strong {
+	color: inherit;
+}