diff --git a/client/styles/components/_console.scss b/client/styles/components/_console.scss index f1502c46..0d4b43f7 100644 --- a/client/styles/components/_console.scss +++ b/client/styles/components/_console.scss @@ -11,4 +11,17 @@ position:relative; text-align:left; } + + // assign styles to different types of console messages + .log { + color: black; + } + + .error { + color: red; + } + + .warn { + color: yellow; + } } \ No newline at end of file