From 2fd9e6d4c040d4a54456b153f4523cab05adbf02 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 1 Dec 2019 15:18:25 +0200 Subject: feat: initial implementation of USART #6 --- demo/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'demo/src/index.css') diff --git a/demo/src/index.css b/demo/src/index.css index a3fa8b8..6801204 100644 --- a/demo/src/index.css +++ b/demo/src/index.css @@ -46,3 +46,7 @@ body { margin: 0; white-space: pre-line; } + +#serial-output-text { + color: blue; +} -- cgit v1.2.3