From 7eb8d4abf40cc0b40b523b879d59017b04f9971e Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Wed, 19 Oct 2022 21:49:28 +0300 Subject: [PATCH] Minor style fixes --- src/components/Editor/styles/Editor.scss | 26 ++++++++++++++---------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/components/Editor/styles/Editor.scss b/src/components/Editor/styles/Editor.scss index e07b8694..9b3113ae 100644 --- a/src/components/Editor/styles/Editor.scss +++ b/src/components/Editor/styles/Editor.scss @@ -1,19 +1,23 @@ +.main-content { + padding-top: 80px; +} + .editor { flex: 1; padding-top: 1em; -} -a { - color: rgb(0, 100, 200); - text-decoration: none; -} + a { + color: rgb(0, 100, 200); + text-decoration: none; + } -a:hover { - text-decoration: underline; -} + a:hover { + text-decoration: underline; + } -a:visited { - color: rgb(0, 80, 160); + a:visited { + color: rgb(0, 80, 160); + } } label { @@ -395,7 +399,7 @@ li.ProseMirror-selectednode:after { } .tooltip { - background: var(--background); + background: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); color: #000; display: flex;