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.
2 parents 0a63ac4 + be9dd55 commit 478d923Copy full SHA for 478d923
src/style/themes/common.scss
@@ -23,10 +23,12 @@
23
24
--color-green-ui: #{$green-600};
25
26
- --color-green: (18, 183, 106, 0.88);
+ --color-success: (18, 183, 106, 0.88);
27
+ --color-green: var(--color-success); // Deprecated
28
--color-blue: #{$blue-light-500};
29
--color-red: rgba(252, 93, 93, 0.88);
30
--color-yellow: rgba(248, 203, 44, 0.88);
31
- --importer-link: #2275d7;
32
+ --color-importer-link: #2275d7;
33
+ --importer-link: var(--color-importer-link); // Deprecated
34
}
0 commit comments