Skip to content
Snippets Groups Projects
Commit fddba38c authored by michael.minelli's avatar michael.minelli
Browse files

TextStyle => Transform code block with italic

parent c798e4c4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import chalk from 'chalk';
class TextStyle {
public readonly BLOCK = chalk.cyan;
public readonly CODE = chalk.bgHex('F7F7F7').grey;
public readonly CODE = chalk.bgHex('F7F7F7').grey.italic;
public readonly LIST_ITEM_NAME = chalk.magenta;
public readonly URL = chalk.blue.underline;
public readonly WARNING = chalk.red;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment