Skip to content

Commit a0d6a07

Browse files
committed
trouble deciding
1 parent 0d3f3ea commit a0d6a07

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.vscode/launch.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
{
9+
"type": "chrome",
10+
"request": "launch",
11+
"name": "Launch Chrome against localhost",
12+
"url": "http://localhost:8080",
13+
"webRoot": "${workspaceFolder}"
14+
}
15+
]
16+
}

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ input{
9292
display: block;
9393
width: 50%;
9494
border: none;
95-
background-color: #2d2d2d;
95+
background-color: #000000;
9696
color: white;
9797
padding: 14px 28px;
9898
font-size: 24px;

0 commit comments

Comments
 (0)