diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c52ebf1..6336b71 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,12 +1,14 @@ { "recommendations": [ "arrterian.nix-env-selector", + "bradlc.vscode-tailwindcss", "ecmel.vscode-html-css", "formulahendry.auto-complete-tag", "jnoortheen.nix-ide", "kamadorueda.alejandra", "mblode.pretty-formatter", "mikestead.dotenv", + "ms-vscode.live-server", "stylelint.vscode-stylelint", ], "unwantedRecommendations": [] diff --git a/.vscode/settings.json b/.vscode/settings.json index 3bb6812..c007d29 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,4 +18,5 @@ "editor.tabSize": 2, "editor.codeLens": true }, + "editor.linkedEditing": true, } diff --git a/css/srx.css b/css/srx.css index bc15968..2fee3fa 100644 --- a/css/srx.css +++ b/css/srx.css @@ -3,7 +3,12 @@ src: url('../font/WORKBENCH-REGULAR.ttf') format('truetype'); } -h1, h2, h3, h4, h5, h6 { +h1, +h2, +h3, +h4, +h5, +h6 { font: inherit; font-family: workbench; -} \ No newline at end of file +}