We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f5d26 commit 73f4ed8Copy full SHA for 73f4ed8
src/editor-v2/styles/root.scss
@@ -1,12 +1,8 @@
1
.g-root {
2
--g-color-base-selection: var(--g-color-private-black-200);
3
--g-color-base-selection-hover: var(--g-color-private-black-300);
4
- --g-color-base-brand: rgb(38, 38, 38); // --g-color-private-black-850-solid only light theme
5
- --g-color-base-brand-hover: rgb(
6
- 76,
7
8
- 76
9
- ); // --g-color-private-black-700-solid only light theme
+ --g-color-base-brand: rgb(38, 38, 38); // --g-color-private-black-850-solid light theme only
+ --g-color-base-brand-hover: rgb(76, 76, 76); // --g-color-private-black-700-solid
10
--g-color-text-brand-contrast: var(--g-color-text-light-primary);
11
--g-color-text-brand-heavy: rgb(76, 76, 76);
12
--g-color-line-brand: var(--g-color-text-primary);
0 commit comments