var --color-editor-button-hover-bg and --color-editor-button-active-bg created
This commit is contained in:
parent
62c497802b
commit
2c194a620c
4 changed files with 8 additions and 2 deletions
|
@ -118,11 +118,11 @@
|
|||
|
||||
&:hover {
|
||||
color: var(--color-header-link);
|
||||
background-color: var(--color-border);
|
||||
background-color: var(--color-editor-button-hover-bg);
|
||||
}
|
||||
}
|
||||
button.active {
|
||||
background: var(--color-border);
|
||||
background: var(--color-editor-button-active-bg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -170,6 +170,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;
|
||||
|
||||
// Other
|
||||
--color-focus: #bfdbfe;
|
||||
|
|
|
@ -186,6 +186,8 @@
|
|||
--color-editor-url: var(--color-editor-string);
|
||||
--color-editor-hr: var(--color-editor-tag);
|
||||
--color-editor-hr-preview: #a0a0a0;
|
||||
--color-editor-button-hover-bg: #333338;
|
||||
--color-editor-button-active-bg: #333338;
|
||||
|
||||
// Ads
|
||||
--color-ads-background: #475057;
|
||||
|
|
|
@ -171,6 +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;
|
||||
|
||||
// Ads
|
||||
--color-ads-background: #fae5ff;
|
||||
|
|
Loading…
Reference in a new issue