Skip to content

Commit 599cc7b

Browse files
committed
chore: add a trailing semicolon
1 parent e03d49e commit 599cc7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/colors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/console#styling_console_output}
44
*/
55
export const colors = {
6-
inherit: "color: inherit",
6+
inherit: "color: inherit;",
77
blue: "color: light-dark( #317eff, #006fff);",
88
green: "color: light-dark( #2bb239, #60f36c);",
99
yellow: "color: light-dark( #b8722c, #fff600);",

0 commit comments

Comments
 (0)