--color-editor-button-hover-bg and --color-editor-button-active-bg

color corrected in light
This commit is contained in:
ByronEricPerez 2022-07-21 13:57:08 -03:00
parent 2c194a620c
commit 19b4931080
2 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@
}
.cm-s-easymde .cm-link {
color: var(--color-border);
color: var(--color-editor-link);
}
.cm-s-easymde .cm-url {

View file

@ -171,8 +171,8 @@
--color-editor-url: var(--color-editor-string);
--color-editor-hr: var(--color-editor-tag);
--color-editor-hr-preview: #cccccc;
--color-editor-button-hover-bg: #333338;
--color-editor-button-active-bg: #333338;
--color-editor-button-hover-bg: #e5e7eb;
--color-editor-button-active-bg: #e5e7eb;
// Ads
--color-ads-background: #fae5ff;