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

This commit is contained in:
ByronEricPerez 2022-07-14 17:42:05 -03:00
parent 62c497802b
commit 2c194a620c
4 changed files with 8 additions and 2 deletions

View file

@ -118,11 +118,11 @@
&:hover { &:hover {
color: var(--color-header-link); color: var(--color-header-link);
background-color: var(--color-border); background-color: var(--color-editor-button-hover-bg);
} }
} }
button.active { button.active {
background: var(--color-border); background: var(--color-editor-button-active-bg);
} }
} }
} }

View file

@ -170,6 +170,8 @@
--color-editor-url: var(--color-editor-string); --color-editor-url: var(--color-editor-string);
--color-editor-hr: var(--color-editor-tag); --color-editor-hr: var(--color-editor-tag);
--color-editor-hr-preview: #cccccc; --color-editor-hr-preview: #cccccc;
--color-editor-button-hover-bg: #333338;
--color-editor-button-active-bg: #333338;
// Other // Other
--color-focus: #bfdbfe; --color-focus: #bfdbfe;

View file

@ -186,6 +186,8 @@
--color-editor-url: var(--color-editor-string); --color-editor-url: var(--color-editor-string);
--color-editor-hr: var(--color-editor-tag); --color-editor-hr: var(--color-editor-tag);
--color-editor-hr-preview: #a0a0a0; --color-editor-hr-preview: #a0a0a0;
--color-editor-button-hover-bg: #333338;
--color-editor-button-active-bg: #333338;
// Ads // Ads
--color-ads-background: #475057; --color-ads-background: #475057;

View file

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