From 7761eafe0d32042ccb04440c3761c42ed02237d0 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 10 Feb 2018 23:35:10 +0000 Subject: Add statement parsing and highlighting --- styles/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'styles/style.css') diff --git a/styles/style.css b/styles/style.css index f6b8313..db55827 100644 --- a/styles/style.css +++ b/styles/style.css @@ -121,4 +121,12 @@ body { .exec-error { background-color: red; color: black; +} + +.selected-statement { + background-color: #4F4837; +} + +.statement-pointer { + width: 10px; } \ No newline at end of file -- cgit v1.2.3