From c8c0dceb211c31629b06eeb7e598e918afb52110 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 21 Jun 2020 18:33:56 +0200 Subject: [PATCH] refactor: globalised code style Signed-off-by: Corentin Thomasset --- src/App.vue | 7 ++++++- src/routes/tools/MarkdownEditor.vue | 6 ------ 2 files changed, 6 insertions(+), 7 deletions(-) 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%;