浏览代码

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

Kristian Vos 3 年之前
父节点
当前提交
0c61cef3b2
共有 1 个文件被更改,包括 4 次插入0 次删除
  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 {