diff --git a/src/dev.css b/src/dev.css index bd6213e..bb37579 100644 --- a/src/dev.css +++ b/src/dev.css @@ -1,3 +1,12 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +select:focus { + outline: none; + box-shadow: none; + } + input:focus { + outline: none; + box-shadow: none; + } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 4a7e030..32b0cea 100644 --- a/src/index.html +++ b/src/index.html @@ -6,12 +6,6 @@ Web Serial Console -
@@ -60,7 +54,52 @@
-
+
+ + + + +
+
+

+
+ +
+ + + +