Explorar el Código

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

Kristian Vos hace 3 años
padre
commit
0c61cef3b2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 {