We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03d49e commit 599cc7bCopy full SHA for 599cc7b
1 file changed
src/shared/colors.js
@@ -3,7 +3,7 @@
3
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/console#styling_console_output}
4
*/
5
export const colors = {
6
- inherit: "color: inherit",
+ inherit: "color: inherit;",
7
blue: "color: light-dark( #317eff, #006fff);",
8
green: "color: light-dark( #2bb239, #60f36c);",
9
yellow: "color: light-dark( #b8722c, #fff600);",
0 commit comments