浏览代码

:art: 文章编辑预览背景色

visuddhinanda 5 年之前
父节点
当前提交
e588562afd
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/article/my_article_edit.php

+ 3 - 1
app/article/my_article_edit.php

@@ -52,7 +52,9 @@ require_once '../studio/index_head.php';
 	height: 550px;
 	height: 550px;
 	max-height: 75vh;
 	max-height: 75vh;
 }
 }
-
+#preview_inner{
+	background-color: var(--bg-color);
+}
 	</style>
 	</style>
 
 
 	<?php
 	<?php