changed the color of the editor-toolbar_hover class #7642

Merged
ByronEricPerez merged 5 commits from The_icons_are_not_shown_well_when_hovering_#7619 into master 2022-07-21 22:58:13 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 19b4931080 - Show all commits

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;