Browse Source

fix(News): night mode styling now applied everywhere to news modals/pages

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 3 years ago
parent
commit
49b5fac9f6

+ 3 - 5
frontend/src/App.vue

@@ -238,10 +238,12 @@ export default {
 	}
 
 	p:not(.help),
-	label {
+	label,
+	.label {
 		color: var(--light-grey-2) !important;
 	}
 
+	.section,
 	.content {
 		background-color: var(--dark-grey-3) !important;
 	}
@@ -251,10 +253,6 @@ export default {
 		background-color: var(--dark-grey-3) !important;
 	}
 
-	.label {
-		color: var(--light-grey-2);
-	}
-
 	.tippy-tooltip.songActions-theme {
 		background-color: var(--dark-grey);
 	}

+ 2 - 1
frontend/src/components/Modal.vue

@@ -60,7 +60,8 @@ export default {
 
 	p,
 	label,
-	td {
+	td,
+	th {
 		color: var(--light-grey-2) !important;
 	}
 

+ 0 - 4
frontend/src/components/modals/EditPlaylist.vue

@@ -811,10 +811,6 @@ export default {
 
 <style lang="scss" scoped>
 .night-mode {
-	.section {
-		background-color: var(--dark-grey-3) !important;
-	}
-
 	.label,
 	p,
 	strong {