Browse Source

fix(WhatIsNew): background was two colors on nightmode instead of one

Kristian Vos 3 years ago
parent
commit
0c61cef3b2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/src/components/modals/WhatIsNew.vue

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

@@ -125,6 +125,10 @@ export default {
 	p {
 		color: var(--light-grey-2);
 	}
+
+	.section {
+		background-color: transparent !important;
+	}
 }
 
 .modal-card-head {