--color-editor-button-hover-bg and --color-editor-button-active-bg
color corrected in light
This commit is contained in:
parent
2c194a620c
commit
19b4931080
2 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
|
||||
.cm-s-easymde .cm-link {
|
||||
color: var(--color-border);
|
||||
color: var(--color-editor-link);
|
||||
}
|
||||
|
||||
.cm-s-easymde .cm-url {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue