diff --git a/src/App.vue b/src/App.vue index a586f3ea..98967897 100644 --- a/src/App.vue +++ b/src/App.vue @@ -126,7 +126,12 @@ html { overflow-y: auto !important; } - + code{ + background-color: rgba(0, 0, 0, 0.15) !important; + box-shadow: none !important; + color: #9a9a9a !important; + font-weight: normal !important; + } .pretty-scrollbar{ &::-webkit-scrollbar { width: 5px!important; diff --git a/src/routes/tools/MarkdownEditor.vue b/src/routes/tools/MarkdownEditor.vue index 7a19b09c..936fc88f 100644 --- a/src/routes/tools/MarkdownEditor.vue +++ b/src/routes/tools/MarkdownEditor.vue @@ -58,12 +58,6 @@ h1{ margin-bottom: 15px; } - code{ - background-color: rgba(0, 0, 0, 0.3) !important; - box-shadow: none; - color: #9a9a9a; - font-weight: normal; - } pre { width: 100%;