Browse Source

Update Editormd.vue

star7th 7 years ago
parent
commit
32823c88b0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      web_src/src/components/common/Editormd.vue

+ 3 - 0
web_src/src/components/common/Editormd.vue

@@ -240,6 +240,9 @@ export default {
         $("#"+this.id+" .linenums li").css("background-color","#fcfcfc") ;
         $("#"+this.id+" pre").css("background-color","#fcfcfc") ;
         $("#"+this.id+" pre").css("border","1px solid #e1e1e8") ;
+        
+        $("#"+this.id+" code").css("color","#d14");
+        
     },
   }
 };