diff --git a/web/root/index.css b/web/root/index.css index 8f1d3da..a609272 100644 --- a/web/root/index.css +++ b/web/root/index.css @@ -20,6 +20,10 @@ body { background-color: aliceblue; } +.selected { + background-color: cyan; +} + .simulink { cursor: pointer; text-underline: blue; diff --git a/web/root/index.js b/web/root/index.js index bc4a3e5..aa0c64d 100644 --- a/web/root/index.js +++ b/web/root/index.js @@ -48,8 +48,8 @@ const template = `