From 1675512ea3555cee7538323e9089bebc9b29f294 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 21 Feb 2022 04:00:03 +0100 Subject: [PATCH] Re-prioritize royalblue --- .vscode/launch.json | 21 +++++++++++++++++++++ index.html | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e5a917b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,21 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "index.html", + "type": "firefox", + "request": "launch", + "reAttach": true, + "file": "${workspaceFolder}/index.html", + "reloadOnChange": { + "watch": [ + "${workspaceFolder}/**/*.css", + "${workspaceFolder}/**/*.html", + ], + } + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 0a66d27..436128f 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@ - + Bluelib 3 @@ -18,7 +18,7 @@

- Bluelib 3 + Bluelib 3 Example