This commit is contained in:
2024-12-02 16:45:50 +11:00
parent 8aed921f21
commit 925ca63d90
2 changed files with 0 additions and 16 deletions

15
.vscode/launch.json vendored
View File

@@ -1,15 +0,0 @@
{
// 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": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}

View File

@@ -257,7 +257,6 @@ h1:hover {
border-radius: 0.3rem; border-radius: 0.3rem;
font-size: 0.875rem; font-size: 0.875rem;
opacity: 0; opacity: 0;
pointer-events: none;
transition: opacity 0.2s; transition: opacity 0.2s;
} }